diff options
Diffstat (limited to 'youtube/static/watch.css')
-rw-r--r-- | youtube/static/watch.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/youtube/static/watch.css b/youtube/static/watch.css index 8d23017..b141b91 100644 --- a/youtube/static/watch.css +++ b/youtube/static/watch.css @@ -30,6 +30,20 @@ video { max-height: 480px; } +/* plyr fix */ +.plyr:-moz-full-screen video { + max-height: initial; +} +.plyr:-webkit-full-screen video { + max-height: initial; +} +.plyr:-ms-fullscreen video { + max-height: initial; +} +.plyr:fullscreen video { + max-height: initial; +} + a:link { color: var(--link); } |