From 0f5711baa442afca15b9e541425e2a02f535c2a5 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 15 Mar 2025 10:14:43 -0700 Subject: [PATCH] Fix: Blur was not covering the whole bar in continue watching cards --- Theme/ElegantFin-theme-nightly.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 007fb41..87b7ffc 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -727,7 +727,7 @@ html { .itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) { backdrop-filter: var(--blurSmallest); background-color: rgb(123 123 123 / 30%) !important; - height: .3em; + /* height: .3em; */ box-shadow: inset 0px 0px 0.01em .01em #969696; overflow: hidden; border-radius: var(--largeRadius);