Stretch fullscreen speed scale

Make it easier to set it precisely in fullscreen where everything is bigger.
This commit is contained in:
Rafał Dzięgiel
2021-01-22 12:06:56 +01:00
parent f9c8a3ce33
commit 8d33766725

View File

@@ -165,6 +165,9 @@ radio {
.osd list row { .osd list row {
-gtk-icon-shadow: none; -gtk-icon-shadow: none;
} }
.osd .speedscale {
min-width: 330px;
}
.osd .speedscale trough highlight { .osd .speedscale trough highlight {
min-height: 6px; min-height: 6px;
} }