From e4263b18f36dca46ccc928532cbfb4adc626beb6 Mon Sep 17 00:00:00 2001 From: Korbs Date: Sun, 12 May 2024 18:25:55 -0400 Subject: [PATCH] Strink height of theather mode for 720p screens --- css/poketube.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/poketube.css b/css/poketube.css index 639de33..3bcd38d 100644 --- a/css/poketube.css +++ b/css/poketube.css @@ -830,6 +830,12 @@ marquee { display:none; } +@media screen and (max-height: 840px) { + .video-player-container { + max-height: 10% !important; + } +} + #video:target { object-fit:contain; }