|
@@ -1829,13 +1829,13 @@
|
|
|
}}
|
|
|
/>
|
|
|
|
|
|
-{#if !chatIdProp || (loaded && chatIdProp)}
|
|
|
- <div
|
|
|
- class="h-screen max-h-[100dvh] transition-width duration-200 ease-in-out {$showSidebar
|
|
|
- ? ' md:max-w-[calc(100%-260px)]'
|
|
|
- : ' '} w-full max-w-full flex flex-col"
|
|
|
- id="chat-container"
|
|
|
- >
|
|
|
+<div
|
|
|
+ class="h-screen max-h-[100dvh] transition-width duration-200 ease-in-out {$showSidebar
|
|
|
+ ? ' md:max-w-[calc(100%-260px)]'
|
|
|
+ : ' '} w-full max-w-full flex flex-col"
|
|
|
+ id="chat-container"
|
|
|
+>
|
|
|
+ {#if !chatIdProp || (loaded && chatIdProp)}
|
|
|
{#if $settings?.backgroundImageUrl ?? null}
|
|
|
<div
|
|
|
class="absolute {$showSidebar
|
|
@@ -2037,5 +2037,5 @@
|
|
|
{eventTarget}
|
|
|
/>
|
|
|
</PaneGroup>
|
|
|
- </div>
|
|
|
-{/if}
|
|
|
+ {/if}
|
|
|
+</div>
|