Skip to content

Commit cc19df2

Browse files
committed
style: fix sidebar alignment by removing nav padding
1 parent 3753164 commit cc19df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/TuiLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const topReference = sortByOrder(referenceRaw.filter(e => !e.id.includes('/')),
9696
<aside class="w-80 flex flex-col mt-2">
9797

9898

99-
<nav class="flex-1 overflow-y-auto p-2 pt-4 flex flex-col gap-4 scrollbar-hide text-xs">
99+
<nav class="flex-1 overflow-y-auto p-0 flex flex-col gap-2 scrollbar-hide text-xs">
100100

101101

102102
<!-- Architecture Section -->

0 commit comments

Comments
 (0)