projects
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4a4a8b
)
use variable to set width and height of nav toggle button in toolbar
author
Dan Allen
<dan@opendevise.com>
Wed, 30 Dec 2020 09:43:42 +0000
(
02:43
-0700)
committer
Dan Allen
<dan@opendevise.com>
Wed, 30 Dec 2020 09:43:42 +0000
(
02:43
-0700)
src/css/toolbar.css
patch
|
blob
|
history
diff --git
a/src/css/toolbar.css
b/src/css/toolbar.css
index
fe3cc5b
..
7f38488
100644
(file)
--- 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;
}