just a little padding

This commit is contained in:
Aidan Bleser 2025-06-18 06:07:28 -05:00
parent 5de0a961ac
commit f83f15d875
2 changed files with 4 additions and 4 deletions

View file

@ -584,7 +584,7 @@
</div>
</Sidebar.Sidebar>
<Sidebar.Inset class="w-full overflow-clip ">
<Sidebar.Inset class="w-full overflow-clip px-2">
<Tooltip>
{#snippet trigger(tooltip)}
<Sidebar.Trigger class="fixed top-3 left-2 z-50" {...tooltip.trigger}>

View file

@ -78,7 +78,7 @@
Be sure to login first.
{/if}
</p>
<div class="mt-4 flex items-center gap-1">
<div class="mt-4 flex flex-wrap items-center gap-1">
{#each Object.entries(suggestionCategories) as [category, opts] (category)}
<button
type="button"
@ -105,7 +105,7 @@
<Button
onclick={() => (prompt.current = suggestion)}
variant="ghost"
class="w-full cursor-pointer justify-start py-2 text-start"
class="w-full px-2 cursor-pointer justify-start py-2 text-start"
>
{suggestion}
</Button>
@ -117,7 +117,7 @@
<Button
onclick={() => (prompt.current = suggestion)}
variant="ghost"
class="w-full cursor-pointer justify-start py-2 text-start group-last:line-through"
class="w-full px-2 cursor-pointer justify-start py-2 text-start group-last:line-through"
>
{suggestion}
</Button>