Adjust padding of channel #/logo and the date selector

This commit is contained in:
2026-07-28 16:20:09 -06:00
parent d8265c3eba
commit 4a05ccd4c9

View File

@@ -2479,6 +2479,7 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
border: none;
background-color: transparent !important;
width: 9vw !important;
padding-left: 5px !important;
}
/* Time Interval Spacing & Style */
@@ -2495,6 +2496,10 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
border: none !important;
}
.programContainer.emby-scroller {
padding-left: 5px !important;
}
.channelsContainer {
width: 9vw !important; /* Reduce distance channel number and logo */
}