Show chapter in popover when dragging position scale

This commit is contained in:
Rafostar
2021-01-13 17:55:22 +01:00
parent fe7a899aab
commit df4678d930
3 changed files with 97 additions and 3 deletions

View File

@@ -200,6 +200,22 @@ radio {
animation-iteration-count: 1;
}
/* Chapters */
.chapterlabel {
min-width: 32px;
}
.osd .chapterlabel {
min-width: 40px;
text-shadow: none;
font-size: 21px;
font-weight: 500;
}
.osd.floatingcontrols .chapterlabel {
font: inherit;
font-size: 100%;
min-width: 32px;
}
/* Preferences */
.prefsnotebook grid {
margin: 10px;