From 8f620b489f7494d65c98abfc39b027d13fb7b58a Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Tue, 4 Nov 2025 20:09:46 +0530 Subject: [PATCH] Fix: Dark overlay on Continue Watching and Chapter cards did not render correctly on some browsers #130? dev: improved compatibility with Firefox --- Theme/ElegantFin-theme-nightly.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 6c92d97..40e1437 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -210,6 +210,7 @@ html { font-size: .8em; color: var(--borderColor); display: inline-grid; + width: 100%; width: -webkit-fill-available; justify-content: center; font-weight: 600; @@ -1914,6 +1915,8 @@ progress+span { .chapterThumbTextContainer { background: var(--cardFooterGradient); text-shadow: .1em .1em 0px black; + width: 100%; + height: 100%; width: -webkit-fill-available; height: -webkit-fill-available; padding: 0em 2em 2em 2em;