mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
Limit minimal video widget size to 336x189px
This commit is contained in:
@@ -34,6 +34,11 @@ radio {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.videowidget {
|
||||
min-width: 336px;
|
||||
min-height: 189px;
|
||||
}
|
||||
|
||||
.tvmode popover box {
|
||||
text-shadow: none;
|
||||
font-size: 21px;
|
||||
|
Reference in New Issue
Block a user