1
0

Add preference for configuring sticky navbar

Fixes #1354
This commit is contained in:
Zed
2026-02-09 17:32:03 +01:00
parent 0a6e79e626
commit 5d28bd18c6
9 changed files with 26 additions and 15 deletions
+4 -1
View File
@@ -3,7 +3,6 @@
nav {
display: flex;
align-items: center;
position: fixed;
background-color: var(--bg_overlays);
box-shadow: 0 0 4px $shadow;
padding: 0;
@@ -16,6 +15,10 @@ nav {
.icon-button button {
color: var(--fg_nav);
}
body.fixed-nav & {
position: fixed;
}
}
.inner-nav {