From aed961525e4db6c5cd5340af75eeb242a0496cc3 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 15 Mar 2025 10:20:25 -0700 Subject: [PATCH] New: Redesigned chapter markers so that they don't clutter the seek bar --- Theme/ElegantFin-theme-nightly.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index d8c7582..6c2a36c 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -810,6 +810,11 @@ progress+span { background-color: var(--uiAccentColor); } +.sliderMarker { + height: 4px; + border-radius: 2px; +} + .iconOsdProgressInner { background: var(--uiAccentColor); }