diff --git a/src/app.css b/src/app.css index 86e8438f0..250a29283 100644 --- a/src/app.css +++ b/src/app.css @@ -91,10 +91,6 @@ textarea::placeholder { -webkit-app-region: no-drag; } -iframe { - @apply rounded-lg; -} - li p { display: inline; } diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 7275baed9..cbd6a72c4 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -401,6 +401,7 @@ if (!$chatId) { chatIdUnsubscriber = chatId.subscribe(async (value) => { if (!value) { + await tick(); // Wait for DOM updates await initNewChat(); } }); @@ -1927,7 +1928,7 @@ : ' '} w-full max-w-full flex flex-col" id="chat-container" > - {#if chatIdProp === '' || (!loading && chatIdProp)} + {#if !loading} {#if $settings?.backgroundImageUrl ?? null}