little style things
This commit is contained in:
parent
95cfd6efff
commit
ea2df03807
1 changed files with 2 additions and 2 deletions
|
|
@ -93,7 +93,7 @@
|
||||||
<Sidebar.Trigger class="fixed top-3 left-2">
|
<Sidebar.Trigger class="fixed top-3 left-2">
|
||||||
<PanelLeftIcon />
|
<PanelLeftIcon />
|
||||||
</Sidebar.Trigger>
|
</Sidebar.Trigger>
|
||||||
<div class="mx-auto flex size-full max-w-3xl flex-col">
|
<div class="mx-auto flex size-full min-h-svh max-w-3xl flex-col">
|
||||||
{@render children()}
|
{@render children()}
|
||||||
<div class="mt-auto flex w-full flex-col gap-1">
|
<div class="mt-auto flex w-full flex-col gap-1">
|
||||||
<ModelPicker class=" w-min " />
|
<ModelPicker class=" w-min " />
|
||||||
|
|
@ -124,7 +124,7 @@
|
||||||
<SendIcon />
|
<SendIcon />
|
||||||
</Button>
|
</Button>
|
||||||
</form>
|
</form>
|
||||||
<div class="flex w-full place-items-center justify-between gap-2">
|
<div class="flex w-full place-items-center justify-between gap-2 pb-1">
|
||||||
<span class="text-muted-foreground text-xs">
|
<span class="text-muted-foreground text-xs">
|
||||||
Crafted by <Icons.Svelte class="inline size-3" /> wizards.
|
Crafted by <Icons.Svelte class="inline size-3" /> wizards.
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue