Live TV layout fixes

This commit is contained in:
loof2736 2022-11-24 18:07:45 -05:00
parent 16cd5d756f
commit e6cafffef3
2 changed files with 75 additions and 4 deletions

View File

@ -371,16 +371,21 @@
-moz-box-ordinal-group: 1;
box-ordinal-group: 1;
}
.detailSection .trackSelections {
.detailSection .recordingFields {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
box-ordinal-group: 2;
}
.detailSection .itemDetailsGroup {
.detailSection .trackSelections {
-webkit-box-ordinal-group: 3;
-moz-box-ordinal-group: 3;
box-ordinal-group: 3;
}
.detailSection .itemDetailsGroup {
-webkit-box-ordinal-group: 4;
-moz-box-ordinal-group: 4;
box-ordinal-group: 4;
}
/* Fix for backdrops */
.layout-desktop #itemBackdrop {
display: none !important;
@ -411,6 +416,39 @@
/* Live TV guide reposition */
#guideTab {
margin-left: -75px !important;
}
.guide-channelHeaderCell {
border-style: none !important;
}
/* Modified background color of active guide cells */
.programCell-active {
background: #181818 !important;
}
/* Translucent buttons */
.raised.emby-button:not(.button-submit) {
background: rgba(35, 35, 35, 0.5) !important;
backdrop-filter: blur(40px) !important;
}
/* Repositioned record button */
.recordingFields {
margin: 5px 0 -7px 0 !important;
}
.recordingButton {
height: 40px !important;
}
.recordingIcon {
color: red !important;
}
/* Remove overlapping text */
.itemMiscInfo.itemMiscInfo-secondary {
margin-left: 65px !important;
}
/* Fix for scaling issues */
@media (width: 1600px) {
.layout-desktop .headerRight {

View File

@ -368,16 +368,21 @@ html {
-moz-box-ordinal-group: 1;
box-ordinal-group: 1;
}
.detailSection .trackSelections {
.detailSection .recordingFields {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
box-ordinal-group: 2;
}
.detailSection .itemDetailsGroup {
.detailSection .trackSelections {
-webkit-box-ordinal-group: 3;
-moz-box-ordinal-group: 3;
box-ordinal-group: 3;
}
.detailSection .itemDetailsGroup {
-webkit-box-ordinal-group: 4;
-moz-box-ordinal-group: 4;
box-ordinal-group: 4;
}
/* Move episode title */
.layout-desktop .nameContainer {
display: -webkit-box;
@ -401,6 +406,34 @@ html {
/* Live TV guide reposition */
#guideTab {
margin-left: -75px !important;
}
.guide-channelHeaderCell {
border-style: none !important;
}
/* Modified background color of active guide cells */
.programCell-active {
background: #181818 !important;
}
/* Repositioned record button */
.recordingFields {
margin: 5px 0 -7px 0 !important;
}
.recordingButton {
height: 40px !important;
}
.recordingIcon {
color: red !important;
}
/* Remove overlapping text */
.itemMiscInfo.itemMiscInfo-secondary {
margin-left: 65px !important;
}
/* Fix for scaling issues */
@media (width: 1600px) {
.layout-desktop .headerRight {