mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
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:
@@ -63,8 +63,8 @@ radio {
|
||||
}
|
||||
|
||||
.videowidget {
|
||||
min-width: 336px;
|
||||
min-height: 189px;
|
||||
min-width: 320px;
|
||||
min-height: 180px;
|
||||
}
|
||||
|
||||
.tvmode popover box {
|
||||
|
Reference in New Issue
Block a user