File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
/* 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
3
3
* At less than 770px, the navbar disappears and is opened with
4
4
* a button in the toolbar.
5
5
*/
Original file line number Diff line number Diff line change 123
123
--navbar-height : calc (73 / var (--rem-base ) * 1rem );
124
124
--navbar-sub-height : calc (45 / var (--rem-base ) * 1rem );
125
125
--toolbar-height : calc (45 / var (--rem-base ) * 1rem );
126
- --drawer-height : var (--toolbar-height );
127
126
--body-top : calc (var (--navbar-height ) + var (--navbar-sub-height ));
128
127
--body-min-height : calc (100vh - var (--body-top ));
129
128
--nav-height : calc (var (--body-min-height ) - var (--toolbar-height ));
130
129
--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 ));
133
130
--nav-width : calc (270 / var (--rem-base ) * 1rem );
134
131
--toc-top : calc (var (--body-top ) + var (--toolbar-height ));
135
132
--toc-height : calc (100vh - var (--toc-top ) - 2.5rem );
You can’t perform that action at this time.
0 commit comments