mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user