mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Chapter markers and seek bar were not aligned with each other
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user