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 {