From 20ec8f131d40326ee4421b7f5c21dd6456c4c385 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 21 Dec 2024 21:21:32 +0530 Subject: [PATCH] Fix: Prevent the expanded header from overlapping page content in TV layout on some resolutions --- 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 6888666..988ed6a 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1005,7 +1005,7 @@ div[data-role=controlgroup] a.ui-btn-active { width: auto; } - .libraryPage:not(.noSecondaryNavPage) { + .libraryPage:not(.noSecondaryNavPage):not(.layout-tv .libraryPage) { padding-top: 4.8em !important; } }