mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 07:58:52 +01:00
Fixes for TV layout and JMP
This commit is contained in:
parent
7f8956dcc3
commit
9391c217fa
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -550,4 +550,7 @@
|
||||
/* Fixes for TV Layout */
|
||||
.layout-tv .sectionTabs {
|
||||
width: auto !important;
|
||||
}
|
||||
.layout-tv .headerLeft {
|
||||
padding: 5px !important;
|
||||
}
|
||||
@ -538,4 +538,7 @@ html {
|
||||
/* Fixes for TV Layout */
|
||||
.layout-tv .sectionTabs {
|
||||
width: auto !important;
|
||||
}
|
||||
.layout-tv .headerLeft {
|
||||
padding: 5px !important;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user