From e4af44b91e453e9d6da0c69f165e106a76ba618a Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Mon, 19 May 2025 13:31:17 -0700 Subject: [PATCH] Fix: Removed right padding in media page and cast sections to align the cards better --- 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 90ff424..e2c5a63 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2016,6 +2016,11 @@ div[data-role=controlgroup] a.ui-btn-active { padding-right: 5% !important; } +/* this removes right padding from cast page sections to cards evenly*/ +#itemDetailPage .verticalSection .itemsContainer.padded-right { + padding-right: 0 !important; +} + .paging { padding-inline: 1em; }