Skip to content

Commit c4bc38a

Browse files
committed
fix(ui): refine sidebar styles for improved item spacing and layout
1 parent 30322b4 commit c4bc38a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/ui-components/src/Containers/Sidebar/index.module.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
@apply flex
55
w-full
66
flex-col
7+
items-start
78
gap-8
89
border-r-0
910
border-neutral-200
@@ -12,7 +13,6 @@
1213
py-6
1314
sm:overflow-auto
1415
sm:border-r
15-
sm:pb-16
1616
md:max-w-xs
1717
lg:px-6
1818
dark:border-neutral-900
@@ -21,6 +21,10 @@
2121
.navigation {
2222
@apply hidden
2323
sm:flex;
24+
25+
&:last-child {
26+
@apply pb-12;
27+
}
2428
}
2529

2630
.mobileSelect {

0 commit comments

Comments
 (0)