From ddc4030a3076f07f35359f95b8b5145d500a1659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Tue, 23 Feb 2021 12:52:45 +0100 Subject: [PATCH] Decrease min allowed video window size Make sure the app can fit every mobile device by decreasing min window size to 320x180 application-pixels (16:9 aspect). --- css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index 4e380533..0f464596 100644 --- a/css/styles.css +++ b/css/styles.css @@ -63,8 +63,8 @@ radio { } .videowidget { - min-width: 336px; - min-height: 189px; + min-width: 320px; + min-height: 180px; } .tvmode popover box {