diff options
Diffstat (limited to 'youtube/static/watch.css')
-rw-r--r-- | youtube/static/watch.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/static/watch.css b/youtube/static/watch.css index 51ecacd..849e22b 100644 --- a/youtube/static/watch.css +++ b/youtube/static/watch.css @@ -21,7 +21,7 @@ img { video { width: 100%; height: auto; - max-height: 480px; + max-height: calc(100vh/1.5); } /* plyr fix */ |