Skip to content

Commit 795564b

Browse files
reloxx13andi34
authored andcommitted
fix misaligned close icon on tablet/safari
1 parent a988965 commit 795564b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/sass/components/_sidenav.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@
7373
height: var(--sidenav-close-height);
7474
border: none;
7575
line-height: 1;
76+
padding: 0;
77+
display: inline-flex;
78+
align-items: center;
79+
justify-content: center;
7680

7781
&:hover {
7882
background: var(--highlight-color);

0 commit comments

Comments
 (0)