From cd2a8d9fbd4f9b36509083b1286b6765f7f91d23 Mon Sep 17 00:00:00 2001 From: lucaspatenaude Date: Wed, 29 Jul 2026 01:46:50 -0600 Subject: [PATCH] Make channel logo fully expand and remove inner shadow from channel logo container on channel page --- lukeflix.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/lukeflix.css b/lukeflix.css index 2dea713..e83dbdb 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -2624,6 +2624,20 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { background-color: transparent !important; } +/* ======== CHANNEL PAGE ======== */ + +/* Make channel logo fully expand */ +.cardScalable .cardImageContainer { + background-size: contain !important; + background-repeat: no-repeat; + background-position: center center; +} + +/* Remove inner box shadow from channel logo container */ +.cardContent.cardImageContainer { + box-shadow: none !important; +} + /* ====== UNSURE ====== */ .padded-top {