From 4eb19f2bd39d0252721a3bc16122e2841c84764d Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Tue, 19 Aug 2025 10:16:59 -0700 Subject: [PATCH] Fix: Keep the plot expanded on TVs to fix issues with remote navigation --- Theme/ElegantFin-theme-nightly.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 8142b8d..2265e28 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1792,7 +1792,6 @@ progress+span { color: var(--dimTextColor); margin-top: 0; margin-bottom: 0; - -webkit-line-clamp: 2; } .detail-clamp-text p { @@ -1800,10 +1799,20 @@ progress+span { margin-bottom: .25em; } +.layout-desktop .detail-clamp-text { + -webkit-line-clamp: 2; +} + .layout-mobile .detail-clamp-text { -webkit-line-clamp: 4; } +.layout-tv .detail-clamp-text { + -webkit-line-clamp: 10; + margin-bottom: -1.5em; + transition: none; +} + .overview-expand.emby-button { padding: 0; margin-top: 1.4em;