From 8198d42760b2aae9cd6e8933bb9500c0996796c0 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Wed, 11 Dec 2024 07:47:23 -0800 Subject: [PATCH] Fix: Horizonal scroll lists were ending at the edge of the screen. Using padding instead of margin fixes it. --- 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 2fbf4df..d9e1a6a 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -36,7 +36,7 @@ html { } .card { - margin: .375em; + padding: .375em; } [dir=ltr] .itemsContainer>.card>.cardBox {