From 4c5e9c7035bbd5d38afdfa8731ea49ffd90a5357 Mon Sep 17 00:00:00 2001 From: lucaspatenaude Date: Tue, 28 Jul 2026 23:00:19 -0600 Subject: [PATCH] Resize channel logo for each row --- lukeflix.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lukeflix.css b/lukeflix.css index e4ea102..2dea713 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -2511,6 +2511,17 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { border: none !important; } +/* Resize channel logo for each row */ +.guideChannelImage { + width: 47% !important +} + +/* @media (max-width:62.5em) { + .guideChannelImage { + width: 47%; + } +} */ + /* Stylize program cell container */ .programCell { border: none !important;