mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
Improve position scale alignment in fullscreen
This commit is contained in:
@@ -66,7 +66,15 @@ scale marks {
|
||||
border-color: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
.osd .positionscale {
|
||||
margin-top: 2px;
|
||||
}
|
||||
.osd .positionscale trough highlight {
|
||||
border-radius: 3px;
|
||||
min-height: 22px;
|
||||
}
|
||||
.osd .positionscale.dragging trough highlight {
|
||||
border-radius: 3px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user