We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac42eb commit 688b42aCopy full SHA for 688b42a
src/css/nav.css
@@ -2,6 +2,10 @@
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
+ * Some of the responsiveness is about adjusting the height of the
7
+ * menu. On smaller screens the vertical menu disappears, so the height
8
+ * of the sidebar menu needs to be adjusted.
9
*/
10
11
.nav-container {
src/css/toolbar.css
@@ -1,3 +1,8 @@
1
+/* The toolbar contains a home link and breakcrumbs and is found
+ * right above the article content.
+ * On smaller screens it also contains a button to show the sidebar menu.
+ */
+
.toolbar {
color: var(--toolbar-font-color);
align-items: center;
0 commit comments