[Glitch] Fix fullscreen video player

Port 53b1d88873 to glitch-soc
This commit is contained in:
Thibaut Girka 2018-04-23 20:38:08 +02:00
parent 06fc278e4c
commit 51d276fb98
1 changed files with 2 additions and 0 deletions

View File

@ -302,6 +302,8 @@
video {
max-width: 100% !important;
max-height: 100% !important;
width: 100% !important;
height: 100% !important;
}
}