Merge pull request #24 from nexiumfit/fix

fix
This commit is contained in:
SquadleDude
2026-08-03 23:00:43 +03:00
committed by GitHub
+7 -2
View File
@@ -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;