Set position slider minimal fill to zero

This commit is contained in:
Rafostar
2020-10-14 12:25:46 +02:00
parent 1069f151f0
commit d78d3c1450

View File

@@ -15,7 +15,7 @@ scale marks {
min-height: 36px;
}
.osd scale trough highlight {
min-width: 6px;
min-width: 0px;
min-height: 6px;
}
.osd radio {
@@ -90,3 +90,6 @@ scale marks {
.osd .volumescale marks label {
margin-bottom: -8px;
}
.osd .volumescale trough highlight {
min-width: 6px;
}