mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2025-02-01 09:31:26 +00:00
Merge pull request #440 from ThibG/glitch-soc/fixes/video-fullscreen
[Glitch] Fix fullscreen video player
This commit is contained in:
commit
33691f4920
|
@ -302,6 +302,8 @@
|
||||||
video {
|
video {
|
||||||
max-width: 100% !important;
|
max-width: 100% !important;
|
||||||
max-height: 100% !important;
|
max-height: 100% !important;
|
||||||
|
width: 100% !important;
|
||||||
|
height: 100% !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue