@@ -106,8 +106,13 @@
|
|||||||
.navbar .navbar-brand .brand-logo { max-height: 48px; transform: translateY(4px); }
|
.navbar .navbar-brand .brand-logo { max-height: 48px; transform: translateY(4px); }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Left sidebar styles (replaces top navbar) */
|
.has-left-sidebar .fixed-top.width-100 {
|
||||||
.has-left-sidebar .fixed-top.width-100 { display: none !important; }
|
/* Keep the top bar visible when a left sidebar is present.
|
||||||
|
Shift it right so it doesn't overlap the sidebar and reduce its width. */
|
||||||
|
left: 220px !important;
|
||||||
|
width: calc(100% - 220px) !important;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
.left-sidebar {
|
.left-sidebar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user