Skip to content

Commit 83529b2

Browse files
committed
fix(ui): refine sidebar styles for improved item spacing and layout
1 parent 895b3e7 commit 83529b2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,14 @@
1919
py-6
2020
sm:overflow-auto
2121
sm:border-r
22-
sm:pb-16
2322
md:max-w-xs
2423
lg:px-6
2524
dark:border-neutral-900
2625
dark:bg-neutral-950;
2726

2827
.navigation {
29-
@apply ml:flex
30-
hidden;
28+
@apply hidden
29+
sm:flex;
3130

3231
&:last-child {
3332
@apply pb-12;

0 commit comments

Comments
 (0)