mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Added fix for static left drawer
This commit is contained in:
parent
a4be3774ba
commit
ca4e78c48a
@ -2,6 +2,7 @@
|
||||
.pageTitleWithLogo {
|
||||
margin-left: 15px !important;
|
||||
height: 40px !important;
|
||||
margin-top: 5px !important;
|
||||
}
|
||||
|
||||
|
||||
@ -46,6 +47,12 @@
|
||||
.layout-desktop .dashboardDocument .headerHomeButton {
|
||||
display: block !important;
|
||||
}
|
||||
/* Fix for video player and login page */
|
||||
.layout-desktop .hide-scroll .mainDrawer,
|
||||
.hideMainDrawer .mainDrawer {
|
||||
left: -320px !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Rounded cards */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user