forked from open-webui/open-webui
refac: placeholder fade in effect
This commit is contained in:
parent
b19e05669e
commit
8fb5e22e43
4 changed files with 50 additions and 30 deletions
|
@ -294,7 +294,6 @@
|
|||
{/if}
|
||||
|
||||
<Sidebar />
|
||||
|
||||
<slot />
|
||||
{/if}
|
||||
</div>
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
import { onMount, tick, getContext } from 'svelte';
|
||||
import { goto } from '$app/navigation';
|
||||
import { page } from '$app/stores';
|
||||
|
||||
import {
|
||||
models,
|
||||
modelfiles,
|
||||
|
@ -860,8 +859,8 @@
|
|||
{#if loaded}
|
||||
<div
|
||||
class="min-h-screen max-h-screen {$showSidebar
|
||||
? 'max-w-[calc(100%-260px)]'
|
||||
: 'max-w-full'} flex flex-col"
|
||||
? ' lg:max-w-[calc(100%-260px)]'
|
||||
: ''} max-w-full flex flex-col"
|
||||
>
|
||||
<Navbar
|
||||
{title}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue