fix: styling

This commit is contained in:
Timothy J. Baek 2024-05-02 00:07:04 -07:00
parent 8fb5e22e43
commit 5613af032d
6 changed files with 33 additions and 12 deletions

View file

@ -27,10 +27,7 @@
<ShareChatModal bind:show={showShareChatModal} chatId={$chatId} />
<nav id="nav" class=" sticky py-2.5 top-0 flex flex-row justify-center z-30">
<div
class=" flex {$settings?.fullScreenMode ?? null ? 'max-w-full' : 'max-w-3xl'}
w-full mx-auto px-5"
>
<div class=" flex max-w-full w-full mx-auto px-6 pt-1">
<div class="flex items-center w-full max-w-full">
<div class="flex-1 overflow-hidden max-w-full">
{#if showModelSelector}