Fix: Chapter markers and seek bar were not aligned with each other

This commit is contained in:
lscambo13
2025-03-15 13:16:14 -07:00
parent 295cc105cd
commit 0b70a46df8

View File

@@ -786,6 +786,7 @@ progress+span {
.mdl-slider-background-flex-container {
/* backdrop-filter: var(--blurSmallest); */
padding: 0;
}
.mdl-slider-background-flex {
@@ -809,6 +810,10 @@ progress+span {
background: var(--uiAccentColor);
}
.sliderMarkerContainer {
margin: 0 .1em;
}
.sliderMarker.watched {
background-color: var(--uiAccentColor);
}