Skip to content

Commit 93540f6

Browse files
author
Felix Hennig
committed
documentation, cleanup
1 parent bc634ed commit 93540f6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/css/nav.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/* This file contains the CSS for the sidebar navigation.
2+
* The vertical navigation at the top is in the header.css
3+
* At less than 770px, the navbar disappears and is opened with
4+
* a button in the toolbar.
5+
*/
6+
17
.nav-container {
28
position: fixed;
39
top: var(--navbar-height);
@@ -19,9 +25,7 @@
1925
font-size: calc(15.5 / var(--rem-base) * 1rem);
2026
flex: none;
2127
position: static;
22-
/* top: calc(var(--navbar-height) + var(--navbar-sub-height)); */
2328
top: 0;
24-
/* margin-top: var(--navbar-sub-height); */
2529
visibility: visible;
2630
}
2731
}

0 commit comments

Comments
 (0)