Skip to content

Commit 4c580b3

Browse files
author
Felix Hennig
committed
more cleanup
1 parent 93540f6 commit 4c580b3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/css/nav.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This file contains the CSS for the sidebar navigation.
2-
* The vertical navigation at the top is in the header.css
2+
* The vertical navigation at the top is in the header.css
33
* At less than 770px, the navbar disappears and is opened with
44
* a button in the toolbar.
55
*/

src/css/vars.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,10 @@
123123
--navbar-height: calc(73 / var(--rem-base) * 1rem);
124124
--navbar-sub-height: calc(45 / var(--rem-base) * 1rem);
125125
--toolbar-height: calc(45 / var(--rem-base) * 1rem);
126-
--drawer-height: var(--toolbar-height);
127126
--body-top: calc(var(--navbar-height) + var(--navbar-sub-height));
128127
--body-min-height: calc(100vh - var(--body-top));
129128
--nav-height: calc(var(--body-min-height) - var(--toolbar-height));
130129
--nav-height--desktop: var(--body-min-height);
131-
--nav-panel-menu-height: calc(100% - var(--drawer-height));
132-
--nav-panel-explore-height: calc(50% + var(--drawer-height));
133130
--nav-width: calc(270 / var(--rem-base) * 1rem);
134131
--toc-top: calc(var(--body-top) + var(--toolbar-height));
135132
--toc-height: calc(100vh - var(--toc-top) - 2.5rem);

0 commit comments

Comments
 (0)