Make channel logo fully expand and remove inner shadow from channel logo container on channel page

This commit is contained in:
2026-07-29 01:46:50 -06:00
parent 55d0242c70
commit cd2a8d9fbd

View File

@@ -2624,6 +2624,20 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
background-color: transparent !important; 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 ====== */ /* ====== UNSURE ====== */
.padded-top { .padded-top {