Fixes for TV layout and JMP

This commit is contained in:
loof2736 2024-05-13 20:13:23 -04:00
parent 7f8956dcc3
commit 9391c217fa
4 changed files with 38 additions and 8 deletions

View File

@ -6,7 +6,7 @@
}
/* Un-static left drawer */
.layout-desktop .mainDrawer:not(.dashboardDocument .mainDrawer) {
.layout-desktop .mainDrawer:not(.dashboardDocument) {
left: -345px !important;
width: 275px !important;
/* Move drawer behind header */
@ -38,7 +38,7 @@
}
/* Show hamburger button */
.layout-desktop .mainDrawerButton:not(.dashboardDocument .mainDrawerButton) {
.layout-desktop .mainDrawerButton:not(.dashboardDocument) {
display: inline-flex !important;
}
@ -75,8 +75,8 @@
.layout-desktop:not(.transparentDocument) .headerLeft::before {
content: "";
position: absolute;
top: 0;
left: 0;
top: 39px;
left: 10px;
width: 270px;
height: 45px;
background-color: rgba(35, 35, 35, 0.5) !important;
@ -90,6 +90,18 @@
.layout-desktop .pageTitle {
z-index: 1099 !important;
}
@media (width: 1600px) {
.layout-desktop:not(.transparentDocument) .headerLeft::before {
top: 35px;
left: 10px;
}
}
@media (max-width: 1599px) {
.layout-desktop:not(.transparentDocument) .headerLeft::before {
top: 35px;
left: 5px;
}
}
/* Music Player */
.layout-desktop .appfooter {

View File

@ -6,7 +6,7 @@
}
/* Un-static left drawer */
.layout-desktop .mainDrawer:not(.dashboardDocument .mainDrawer) {
.layout-desktop .mainDrawer:not(.dashboardDocument) {
left: -320px !important;
/* Move drawer behind header */
z-index: 1099 !important;
@ -32,7 +32,7 @@
}
/* Show hamburger button */
.layout-desktop .mainDrawerButton:not(.dashboardDocument .mainDrawerButton) {
.layout-desktop .mainDrawerButton:not(.dashboardDocument) {
display: inline-flex !important;
}
@ -69,8 +69,8 @@
.layout-desktop:not(.transparentDocument) .headerLeft::before {
content: "";
position: absolute;
top: 0;
left: 0;
top: 39px;
left: 10px;
width: 270px;
height: 45px;
background-color: rgba(35, 35, 35, 0.5) !important;
@ -84,6 +84,18 @@
.layout-desktop .pageTitle {
z-index: 1099 !important;
}
@media (width: 1600px) {
.layout-desktop:not(.transparentDocument) .headerLeft::before {
top: 35px;
left: 10px;
}
}
@media (max-width: 1599px) {
.layout-desktop:not(.transparentDocument) .headerLeft::before {
top: 35px;
left: 5px;
}
}
/* Music Player */
.layout-desktop .appfooter {

View File

@ -550,4 +550,7 @@
/* Fixes for TV Layout */
.layout-tv .sectionTabs {
width: auto !important;
}
.layout-tv .headerLeft {
padding: 5px !important;
}

View File

@ -538,4 +538,7 @@ html {
/* Fixes for TV Layout */
.layout-tv .sectionTabs {
width: auto !important;
}
.layout-tv .headerLeft {
padding: 5px !important;
}