From 8398ee70581539078f345042ca49d5d579b8e29e Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Mon, 3 Nov 2025 22:14:11 +0530 Subject: [PATCH] Fix: Program list was limited to single column --- Theme/ElegantFin-theme-nightly.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index a944be0..dea2d75 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2727,7 +2727,8 @@ div[data-role=controlgroup] a.ui-btn-active { .layout-tv .itemDetailsGroup, .layout-tv .nextUpSection, .layout-tv .detailSection>#listChildrenCollapsible, -.collectionItems { +.collectionItems, +.programGuideSection { grid-column: 1 / -1; }