New: Redesigned chapter markers so that they don't clutter the seek bar

This commit is contained in:
lscambo13
2025-03-15 10:20:25 -07:00
parent 33574317bc
commit aed961525e

View File

@@ -810,6 +810,11 @@ progress+span {
background-color: var(--uiAccentColor); background-color: var(--uiAccentColor);
} }
.sliderMarker {
height: 4px;
border-radius: 2px;
}
.iconOsdProgressInner { .iconOsdProgressInner {
background: var(--uiAccentColor); background: var(--uiAccentColor);
} }