mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
refac: styling
This commit is contained in:
parent
630d1397ad
commit
0b47387081
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
{#if loaded}
|
{#if loaded}
|
||||||
<div
|
<div
|
||||||
class=" relative flex flex-col w-full min-h-screen max-h-screen {$showSidebar
|
class=" relative 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 a new issue