mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +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 */
|
/* Un-static left drawer */
|
||||||
.layout-desktop .mainDrawer:not(.dashboardDocument .mainDrawer) {
|
.layout-desktop .mainDrawer:not(.dashboardDocument) {
|
||||||
left: -345px !important;
|
left: -345px !important;
|
||||||
width: 275px !important;
|
width: 275px !important;
|
||||||
/* Move drawer behind header */
|
/* Move drawer behind header */
|
||||||
@ -38,7 +38,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Show hamburger button */
|
/* Show hamburger button */
|
||||||
.layout-desktop .mainDrawerButton:not(.dashboardDocument .mainDrawerButton) {
|
.layout-desktop .mainDrawerButton:not(.dashboardDocument) {
|
||||||
display: inline-flex !important;
|
display: inline-flex !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -75,8 +75,8 @@
|
|||||||
.layout-desktop:not(.transparentDocument) .headerLeft::before {
|
.layout-desktop:not(.transparentDocument) .headerLeft::before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 39px;
|
||||||
left: 0;
|
left: 10px;
|
||||||
width: 270px;
|
width: 270px;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
background-color: rgba(35, 35, 35, 0.5) !important;
|
background-color: rgba(35, 35, 35, 0.5) !important;
|
||||||
@ -90,6 +90,18 @@
|
|||||||
.layout-desktop .pageTitle {
|
.layout-desktop .pageTitle {
|
||||||
z-index: 1099 !important;
|
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 */
|
/* Music Player */
|
||||||
.layout-desktop .appfooter {
|
.layout-desktop .appfooter {
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Un-static left drawer */
|
/* Un-static left drawer */
|
||||||
.layout-desktop .mainDrawer:not(.dashboardDocument .mainDrawer) {
|
.layout-desktop .mainDrawer:not(.dashboardDocument) {
|
||||||
left: -320px !important;
|
left: -320px !important;
|
||||||
/* Move drawer behind header */
|
/* Move drawer behind header */
|
||||||
z-index: 1099 !important;
|
z-index: 1099 !important;
|
||||||
@ -32,7 +32,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Show hamburger button */
|
/* Show hamburger button */
|
||||||
.layout-desktop .mainDrawerButton:not(.dashboardDocument .mainDrawerButton) {
|
.layout-desktop .mainDrawerButton:not(.dashboardDocument) {
|
||||||
display: inline-flex !important;
|
display: inline-flex !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -69,8 +69,8 @@
|
|||||||
.layout-desktop:not(.transparentDocument) .headerLeft::before {
|
.layout-desktop:not(.transparentDocument) .headerLeft::before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 39px;
|
||||||
left: 0;
|
left: 10px;
|
||||||
width: 270px;
|
width: 270px;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
background-color: rgba(35, 35, 35, 0.5) !important;
|
background-color: rgba(35, 35, 35, 0.5) !important;
|
||||||
@ -84,6 +84,18 @@
|
|||||||
.layout-desktop .pageTitle {
|
.layout-desktop .pageTitle {
|
||||||
z-index: 1099 !important;
|
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 */
|
/* Music Player */
|
||||||
.layout-desktop .appfooter {
|
.layout-desktop .appfooter {
|
||||||
|
|||||||
@ -550,4 +550,7 @@
|
|||||||
/* Fixes for TV Layout */
|
/* Fixes for TV Layout */
|
||||||
.layout-tv .sectionTabs {
|
.layout-tv .sectionTabs {
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
|
}
|
||||||
|
.layout-tv .headerLeft {
|
||||||
|
padding: 5px !important;
|
||||||
}
|
}
|
||||||
@ -538,4 +538,7 @@ html {
|
|||||||
/* Fixes for TV Layout */
|
/* Fixes for TV Layout */
|
||||||
.layout-tv .sectionTabs {
|
.layout-tv .sectionTabs {
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
|
}
|
||||||
|
.layout-tv .headerLeft {
|
||||||
|
padding: 5px !important;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user