Rich media improvements, fixes #633

This commit is contained in:
Alex Gleason 2021-05-11 16:54:12 -05:00
parent f5441f30bc
commit c6e6c07f49
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 2 additions and 2 deletions

View file

@ -545,8 +545,8 @@ a.status-card {
.status-card-video,
.status-card-audio {
iframe {
width: 100%;
height: 100%;
width: 100% !important;
height: 100% !important;
}
}