mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
Set position slider minimal fill to zero
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user