Skip to content

Commit 8da7e0e

Browse files
committed
use variable to set width and height of nav toggle button
1 parent 07b1f49 commit 8da7e0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/toolbar.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
border: none;
2323
outline: none;
2424
line-height: inherit;
25-
height: 2.5rem;
2625
padding: 0;
27-
width: 2.5rem;
26+
height: var(--toolbar-height);
27+
width: var(--toolbar-height);
2828
margin-right: -0.25rem;
2929
}
3030

0 commit comments

Comments
 (0)