From: Dan Allen Date: Wed, 30 Dec 2020 09:43:42 +0000 (-0700) Subject: use variable to set width and height of nav toggle button in toolbar X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=80b47de81b464e8dcb9f01b9fe4bc89f0b822190;p=working%2Feg-antora.git use variable to set width and height of nav toggle button in toolbar --- diff --git a/src/css/toolbar.css b/src/css/toolbar.css index fe3cc5b..7f38488 100644 --- a/src/css/toolbar.css +++ b/src/css/toolbar.css @@ -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; }