Make channel logo fully expand and remove inner shadow from channel logo container on channel page
This commit is contained in:
14
lukeflix.css
14
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 {
|
||||
|
||||
Reference in New Issue
Block a user