mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
fix: playground styling
This commit is contained in:
@@ -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)]'
|
||||||
: ''}"
|
: ''}"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user