This commit is contained in:
Thomas G. Lopes 2025-06-17 15:41:01 +01:00
parent b535c82a01
commit ee8842d12b

View file

@ -508,13 +508,12 @@
</div> </div>
<div class="mt-2 -mb-px flex w-full flex-row-reverse justify-between"> <div class="mt-2 -mb-px flex w-full flex-row-reverse justify-between">
<div class="-mt-0.5 -mr-0.5 flex items-center justify-center gap-2"> <div class="-mt-0.5 -mr-0.5 flex items-center justify-center gap-2">
<Button <button
type="submit" type="submit"
size="icon" class="border-reflect button-reflect hover:bg-primary/90 active:bg-primary text-primary-foreground relative h-9 w-9 rounded-lg p-2 font-semibold shadow transition"
class="border-reflect button-reflect bg-primary hover:bg-primary/90 active:bg-primary text-primary-foreground relative h-9 w-9 rounded-lg p-2 font-semibold shadow"
> >
<SendIcon class="!size-5" /> <SendIcon class="!size-5" />
</Button> </button>
</div> </div>
<div class="flex flex-col gap-2 pr-2 sm:flex-row sm:items-center"> <div class="flex flex-col gap-2 pr-2 sm:flex-row sm:items-center">
<ModelPicker /> <ModelPicker />
@ -527,12 +526,12 @@
<!-- Credits in bottom-right, only on large screens --> <!-- Credits in bottom-right, only on large screens -->
<div class="fixed right-4 bottom-4 hidden flex-col items-end gap-1 lg:flex"> <div class="fixed right-4 bottom-4 hidden flex-col items-end gap-1 lg:flex">
<span class="text-muted-foreground text-xs">
Crafted by <Icons.Svelte class="inline size-3" /> wizards.
</span>
<a href="https://github.com/TGlide/thom-chat" class="text-muted-foreground text-xs"> <a href="https://github.com/TGlide/thom-chat" class="text-muted-foreground text-xs">
Source on <Icons.GitHub class="ml-0.5 inline size-3" /> Source on <Icons.GitHub class="ml-0.5 inline size-3" />
</a> </a>
<span class="text-muted-foreground text-xs">
Crafted by <Icons.Svelte class="inline size-3" /> wizards.
</span>
</div> </div>
</div> </div>
</Sidebar.Inset> </Sidebar.Inset>