From 5641b4c7d687d18432c8d09b159b95854334e372 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Tue, 11 Nov 2025 22:40:26 +0530 Subject: [PATCH] Fix: Continue watching progress bar and the chapter cards were bugged on Firefox --- Theme/ElegantFin-theme-nightly.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 0a74f48..ba618a5 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1909,17 +1909,20 @@ progress + span { justify-content: center; } +.innerCardFooter, +.chapterCardImageContainer { + width: 100%; + box-sizing: border-box; +} + .innerCardFooter, .chapterThumbTextContainer { background: var(--cardFooterGradient); text-shadow: 0.1em 0.1em 0px black; - width: 100%; - height: 100%; - width: -webkit-fill-available; - height: -webkit-fill-available; padding: 0em 2em 2em 2em; align-content: end; display: grid; + height: 100%; } .chapterCardImageContainer {