just a little padding
This commit is contained in:
parent
5de0a961ac
commit
f83f15d875
2 changed files with 4 additions and 4 deletions
|
|
@ -584,7 +584,7 @@
|
||||||
</div>
|
</div>
|
||||||
</Sidebar.Sidebar>
|
</Sidebar.Sidebar>
|
||||||
|
|
||||||
<Sidebar.Inset class="w-full overflow-clip ">
|
<Sidebar.Inset class="w-full overflow-clip px-2">
|
||||||
<Tooltip>
|
<Tooltip>
|
||||||
{#snippet trigger(tooltip)}
|
{#snippet trigger(tooltip)}
|
||||||
<Sidebar.Trigger class="fixed top-3 left-2 z-50" {...tooltip.trigger}>
|
<Sidebar.Trigger class="fixed top-3 left-2 z-50" {...tooltip.trigger}>
|
||||||
|
|
|
||||||
|
|
@ -78,7 +78,7 @@
|
||||||
Be sure to login first.
|
Be sure to login first.
|
||||||
{/if}
|
{/if}
|
||||||
</p>
|
</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)}
|
{#each Object.entries(suggestionCategories) as [category, opts] (category)}
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
|
@ -105,7 +105,7 @@
|
||||||
<Button
|
<Button
|
||||||
onclick={() => (prompt.current = suggestion)}
|
onclick={() => (prompt.current = suggestion)}
|
||||||
variant="ghost"
|
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}
|
{suggestion}
|
||||||
</Button>
|
</Button>
|
||||||
|
|
@ -117,7 +117,7 @@
|
||||||
<Button
|
<Button
|
||||||
onclick={() => (prompt.current = suggestion)}
|
onclick={() => (prompt.current = suggestion)}
|
||||||
variant="ghost"
|
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}
|
{suggestion}
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue