use variable to set width and height of nav toggle button in toolbar
authorDan Allen <dan@opendevise.com>
Wed, 30 Dec 2020 09:43:42 +0000 (02:43 -0700)
committerDan Allen <dan@opendevise.com>
Wed, 30 Dec 2020 09:43:42 +0000 (02:43 -0700)
src/css/toolbar.css

index fe3cc5b..7f38488 100644 (file)
@@ -22,9 +22,9 @@
   border: none;
   outline: none;
   line-height: inherit;
-  height: 2.5rem;
   padding: 0;
-  width: 2.5rem;
+  height: var(--toolbar-height);
+  width: var(--toolbar-height);
   margin-right: -0.25rem;
 }