mirror of
https://github.com/open-webui/open-webui
synced 2025-01-31 15:01:00 +00:00
refac
This commit is contained in:
parent
22ad0264c1
commit
4fcf0caa4d
@ -1829,13 +1829,13 @@
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{#if !chatIdProp || (loaded && chatIdProp)}
|
<div
|
||||||
<div
|
|
||||||
class="h-screen max-h-[100dvh] transition-width duration-200 ease-in-out {$showSidebar
|
class="h-screen max-h-[100dvh] transition-width duration-200 ease-in-out {$showSidebar
|
||||||
? ' md:max-w-[calc(100%-260px)]'
|
? ' md:max-w-[calc(100%-260px)]'
|
||||||
: ' '} w-full max-w-full flex flex-col"
|
: ' '} w-full max-w-full flex flex-col"
|
||||||
id="chat-container"
|
id="chat-container"
|
||||||
>
|
>
|
||||||
|
{#if !chatIdProp || (loaded && chatIdProp)}
|
||||||
{#if $settings?.backgroundImageUrl ?? null}
|
{#if $settings?.backgroundImageUrl ?? null}
|
||||||
<div
|
<div
|
||||||
class="absolute {$showSidebar
|
class="absolute {$showSidebar
|
||||||
@ -2037,5 +2037,5 @@
|
|||||||
{eventTarget}
|
{eventTarget}
|
||||||
/>
|
/>
|
||||||
</PaneGroup>
|
</PaneGroup>
|
||||||
</div>
|
{/if}
|
||||||
{/if}
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user