Skip to content

Commit d4237f4

Browse files
committed
Fix position of last navbar element
1 parent 390e793 commit d4237f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/themes/shared/_navbar.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@
6464
translate: 50% 0;
6565
overflow-y: auto;
6666
max-height: calc(100vh - 61px);
67-
padding: 1em;
67+
padding: 0.75em 1em;
6868
border: 1px solid var(--border-color);
6969
border-radius: var(--border-radius);
7070
background: var(--color-bg);
7171

7272
li:last-child & {
73-
right: calc(0px - var(--content-margin-inline) / 2);
73+
right: -0.5em;
7474
translate: 0;
7575
}
7676
}

0 commit comments

Comments
 (0)