From c883b013c2b5596df5c36174b5b3fd056118fd70 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Tue, 13 May 2025 12:52:39 -0700 Subject: [PATCH] New: Placed the track selection menu after media details table, and reduced line clamp on description to 4 --- Theme/ElegantFin-theme-nightly.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index ed823c2..b3ff417 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1063,7 +1063,7 @@ progress+span { .itemDetailsGroup { outline: none; overflow: hidden; - margin-top: 1.5em; + margin-top: 1em; border: var(--defaultBorder); border-radius: var(--smallRadius); } @@ -1178,6 +1178,8 @@ progress+span { .detail-clamp-text { text-align: start; color: var(--dimTextColor); + margin-block: 0; + -webkit-line-clamp: 4; } .itemMiscInfo { @@ -1749,8 +1751,9 @@ div[data-role=controlgroup] a.ui-btn-active { } .trackSelections { - order: 2; + order: 3; max-width: unset !important; + margin-block: 1em; } .detailsGroupItem, @@ -1796,7 +1799,7 @@ div[data-role=controlgroup] a.ui-btn-active { } .itemDetailsGroup { - order: 3; + order: 2; } .sliderBubble {