From 4346bbea5e97158bd45dd2f08f5665188fb1cf68 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Tue, 4 Feb 2025 05:50:38 -0800 Subject: [PATCH] dev: removed redundant code --- Theme/ElegantFin-theme-nightly.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 1e4d6ce..3ed8ce2 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1423,7 +1423,11 @@ div[data-role=controlgroup] a.ui-btn-active { .listItem[data-type="Audio"] { margin-inline: 1em; - /* padding-inline: 1em !important; */ +} + +.listItem[data-type="Audio"]:has(.playlistIndexIndicatorImage) .listItemBodyText { + color: white; + font-weight: 600; } [dir="ltr"] .listItem:not(.actionSheetMenuItem)[data-type="Episode"] .listItemBodyText:not(.secondary) { @@ -1431,10 +1435,6 @@ div[data-role=controlgroup] a.ui-btn-active { font-weight: 600; } -/* .listItemBody { - padding: 0; -} */ - .listItemBody>.listItemBodyText:not(.secondary) { display: -webkit-box; -webkit-line-clamp: 3;