This commit is contained in:
Timothy Jaeryang Baek 2025-05-20 23:33:41 +04:00
parent 512345f40e
commit b78354100f

View File

@ -2012,7 +2012,7 @@
id="chat-container"
>
{#if !loading}
<div in:fade={{ duration: 100 }} class="w-full h-full flex flex-col">
<div in:fade={{ duration: 50 }} class="w-full h-full flex flex-col">
{#if $settings?.backgroundImageUrl ?? null}
<div
class="absolute {$showSidebar