css: Reduce sliders size

They are way too big in new Adwaita theme for windowed mode, but leave them bigger when in TV mode
This commit is contained in:
Rafał Dzięgiel
2021-07-13 15:45:42 +02:00
parent 9ba6f5d09e
commit 5fe5f89e5d

View File

@@ -62,6 +62,16 @@ radio {
border-radius: 8px;
}
/* Reduce sliders size */
scale trough slider {
min-height: 18px;
min-width: 18px;
}
.fullscreen.tvmode scale trough slider {
min-height: 20px;
min-width: 20px;
}
.videowidget {
min-width: 320px;
min-height: 180px;