We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390e793 commit d4237f4Copy full SHA for d4237f4
src/themes/shared/_navbar.css
@@ -64,13 +64,13 @@
64
translate: 50% 0;
65
overflow-y: auto;
66
max-height: calc(100vh - 61px);
67
- padding: 1em;
+ padding: 0.75em 1em;
68
border: 1px solid var(--border-color);
69
border-radius: var(--border-radius);
70
background: var(--color-bg);
71
72
li:last-child & {
73
- right: calc(0px - var(--content-margin-inline) / 2);
+ right: -0.5em;
74
translate: 0;
75
}
76
0 commit comments