This commit is contained in:
SquadleDude
2026-08-03 23:00:33 +03:00
committed by GitHub
parent 39be9cfe82
commit 22377feed1
+7 -2
View File
@@ -106,8 +106,13 @@
.navbar .navbar-brand .brand-logo { max-height: 48px; transform: translateY(4px); }
}
/* Left sidebar styles (replaces top navbar) */
.has-left-sidebar .fixed-top.width-100 { display: none !important; }
.has-left-sidebar .fixed-top.width-100 {
/* 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 {
position: fixed;
left: 0;