Resize channel logo for each row

This commit is contained in:
2026-07-28 23:00:19 -06:00
parent 7c817f8ec1
commit 4c5e9c7035

View File

@@ -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;