mirror of
https://github.com/open-webui/open-webui
synced 2025-05-24 14:54:33 +00:00
fix: playground styling
This commit is contained in:
parent
5c60081c1f
commit
835eeb6433
@ -16,7 +16,7 @@
|
|||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class=" flex flex-col w-full min-h-screen max-h-screen {$showSidebar
|
class=" flex flex-col w-full h-screen max-h-[100dvh] {$showSidebar
|
||||||
? 'md:max-w-[calc(100%-260px)]'
|
? 'md:max-w-[calc(100%-260px)]'
|
||||||
: ''}"
|
: ''}"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user