mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 08:21:59 +02:00
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:
@@ -62,6 +62,16 @@ radio {
|
|||||||
border-radius: 8px;
|
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 {
|
.videowidget {
|
||||||
min-width: 320px;
|
min-width: 320px;
|
||||||
min-height: 180px;
|
min-height: 180px;
|
||||||
|
Reference in New Issue
Block a user