Fix fullscreen video player (fixes #7244) (#7245)

lolsob-rspec
ThibG 2018-04-23 20:12:16 +02:00 committed by Eugen Rochko
parent e22f682df0
commit 5c4f43a112
1 changed files with 2 additions and 0 deletions

View File

@ -4446,6 +4446,8 @@ a.status-card {
video {
max-width: 100% !important;
max-height: 100% !important;
width: 100% !important;
height: 100% !important;
}
}