style(sidebar): condense the gap between nav groups (gap-2 to gap-0.5)
This commit is contained in:
parent
d97304fb74
commit
08c557bb7e
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue