Fix: Prevented the main media buttons from varying in margin and size due to a media query

dev: fixed formatting
This commit is contained in:
lscambo13
2025-06-07 12:37:00 -07:00
parent 1b79ce7f0e
commit b9731e8b69

View File

@@ -1845,6 +1845,13 @@ div[data-type="PhotoAlbum"] .play_arrow:before {
/* justify-content: center; */
}
@media (min-width: 100em) {
.mainDetailButtons {
font-size: unset;
margin: 1em 0;
}
}
.localnav>.emby-button {
background: var(--lighterGradientPoint) !important;
color: #fff;
@@ -2484,11 +2491,14 @@ div[data-role=controlgroup] a.ui-btn-active {
color: var(--dimTextColor);
}
.channelPrograms+.channelPrograms, .guide-channelHeaderCell+.guide-channelHeaderCell {
.channelPrograms+.channelPrograms,
.guide-channelHeaderCell+.guide-channelHeaderCell {
margin-top: 0;
}
.channelPrograms, .guide-channelHeaderCell, .programCell{
.channelPrograms,
.guide-channelHeaderCell,
.programCell {
border-color: transparent;
/* this disables 'color coded backgrounds' */
background-color: transparent !important;