mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
512345f40e
commit
b78354100f
1 changed files with 1 additions and 1 deletions
|
|
@ -2012,7 +2012,7 @@
|
||||||
id="chat-container"
|
id="chat-container"
|
||||||
>
|
>
|
||||||
{#if !loading}
|
{#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}
|
{#if $settings?.backgroundImageUrl ?? null}
|
||||||
<div
|
<div
|
||||||
class="absolute {$showSidebar
|
class="absolute {$showSidebar
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue