style(sidebar): condense the gap between nav groups (gap-2 to gap-0.5)

This commit is contained in:
Paulo Castellano 2026-06-22 17:22:46 -03:00
parent d97304fb74
commit 08c557bb7e

View file

@ -232,7 +232,7 @@ const handleCreateWorkspace = () => {
</SidebarMenu>
</SidebarHeader>
<SidebarContent>
<SidebarContent class="gap-0.5">
<!-- Create Post Button -->
<div v-if="currentWorkspace && canCreatePost" class="px-2 py-2">
<Link :href="createPost.url()" class="block">