refac: landing page styling

This commit is contained in:
Timothy J. Baek 2024-10-08 13:45:34 -07:00
parent 0feaf6f649
commit 07a556df55
2 changed files with 38 additions and 36 deletions

View File

@ -2173,6 +2173,7 @@
</div>
</div>
{:else}
<div class="overflow-auto w-full h-full flex items-center">
<Placeholder
{history}
{selectedModels}
@ -2209,6 +2210,7 @@
}
}}
/>
</div>
{/if}
</div>
</Pane>

View File

@ -89,7 +89,7 @@
</script>
{#key mounted}
<div class="m-auto w-full max-w-6xl px-2 xl:px-20 translate-y-6 text-center">
<div class="m-auto w-full max-w-6xl px-2 xl:px-20 translate-y-6 py-24 text-center">
{#if $temporaryChatEnabled}
<Tooltip
content="This chat won't appear in history and your messages will not be saved."