1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-02 08:48:39 +09:00

[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

View File

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