forked from open-webui/open-webui
fix: styling
This commit is contained in:
parent
8fb5e22e43
commit
5613af032d
6 changed files with 33 additions and 12 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue