diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 77f2fd6a1..12775d3cb 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -88,6 +88,7 @@ import Placeholder from './Placeholder.svelte'; import NotificationToast from '../NotificationToast.svelte'; import Spinner from '../common/Spinner.svelte'; + import { fade } from 'svelte/transition'; export let chatIdProp = ''; @@ -2011,196 +2012,198 @@ id="chat-container" > {#if !loading} - {#if $settings?.backgroundImageUrl ?? null} -
- - - {/if} - -