refac: styling

This commit is contained in:
Timothy Jaeryang Baek 2024-11-30 15:53:36 -08:00
parent 62622893a5
commit 96b9f81ca7
2 changed files with 5 additions and 5 deletions

View File

@ -2284,7 +2284,7 @@
</div>
</div>
<div class=" pb-[1.6rem]">
<div class=" pb-[1rem]">
<MessageInput
{history}
{selectedModels}
@ -2319,9 +2319,9 @@
/>
<div
class="absolute bottom-1.5 text-xs text-gray-500 text-center line-clamp-1 right-0 left-0"
class="absolute bottom-1 text-xs text-gray-500 text-center line-clamp-1 right-0 left-0"
>
{$i18n.t('LLMs can make mistakes. Verify important information.')}
<!-- {$i18n.t('LLMs can make mistakes. Verify important information.')} -->
</div>
</div>
{:else}

View File

@ -272,7 +272,7 @@
{#if loaded}
<div class="w-full font-primary">
<div class=" -mb-0.5 mx-auto inset-x-0 bg-transparent flex justify-center">
<div class="flex flex-col px-2.5 max-w-6xl w-full">
<div class="flex flex-col px-3 max-w-6xl w-full">
<div class="relative">
{#if autoScroll === false && history?.currentId}
<div
@ -410,7 +410,7 @@
</div>
<div class="{transparentBackground ? 'bg-transparent' : 'bg-white dark:bg-gray-900'} ">
<div class="max-w-6xl px-4 mx-auto inset-x-0">
<div class="max-w-6xl px-2.5 mx-auto inset-x-0">
<div class="">
<input
bind:this={filesInputElement}