From bddbb3a4a36fdae3d07c039a79042b0b6a29e428 Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Sat, 26 Apr 2025 07:52:52 -0400 Subject: [PATCH] Homepage CSS hotfix --- www/css/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/css/index.css b/www/css/index.css index 8e9218f..00d8e56 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -49,6 +49,11 @@ div.channel-guide-entry{ margin: 0.1em auto 0.1em auto; } +.channel-guide-entry-item img{ + max-width: 7em; + max-height: 7em; +} + span.channel-guide-entry-item{ overflow: scroll; height: 2em;