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:
parent
1b79ce7f0e
commit
b9731e8b69
1 changed files with 15 additions and 5 deletions
|
|
@ -1845,6 +1845,13 @@ div[data-type="PhotoAlbum"] .play_arrow:before {
|
||||||
/* justify-content: center; */
|
/* justify-content: center; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 100em) {
|
||||||
|
.mainDetailButtons {
|
||||||
|
font-size: unset;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.localnav>.emby-button {
|
.localnav>.emby-button {
|
||||||
background: var(--lighterGradientPoint) !important;
|
background: var(--lighterGradientPoint) !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
@ -2484,11 +2491,14 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||||
color: var(--dimTextColor);
|
color: var(--dimTextColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
.channelPrograms+.channelPrograms, .guide-channelHeaderCell+.guide-channelHeaderCell {
|
.channelPrograms+.channelPrograms,
|
||||||
|
.guide-channelHeaderCell+.guide-channelHeaderCell {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.channelPrograms, .guide-channelHeaderCell, .programCell{
|
.channelPrograms,
|
||||||
|
.guide-channelHeaderCell,
|
||||||
|
.programCell {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
/* this disables 'color coded backgrounds' */
|
/* this disables 'color coded backgrounds' */
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue