Skip to content

Commit 85b4339

Browse files
committed
Sidebar: Remove bottom padding
1 parent d052f2c commit 85b4339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/v2/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ ol li:last-child {
749749
background: oklch(var(--color-background));
750750
box-sizing: border-box;
751751
transform: translateX(0);
752-
padding: 0 0 var(--space-s) var(--space-s);
752+
padding-inline-start: var(--space-s);
753753

754754
.sidebar__container {
755755
display: flex;

0 commit comments

Comments
 (0)