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).
This commit is contained in:
Rafał Dzięgiel
2021-02-23 12:52:45 +01:00
parent 886dad97c5
commit ddc4030a30

View File

@@ -63,8 +63,8 @@ radio {
} }
.videowidget { .videowidget {
min-width: 336px; min-width: 320px;
min-height: 189px; min-height: 180px;
} }
.tvmode popover box { .tvmode popover box {