mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-24 14:34:51 -06:00
fix: let the chat column shrink so the collapsed sidebar rail is not pushed off screen (#28501)
This commit is contained in:
@@ -4223,7 +4223,7 @@
|
||||
: 'h-screen max-h-[100dvh]'} transition-width duration-200 ease-in-out {$showSidebar &&
|
||||
!embedded
|
||||
? ' md:max-w-[calc(100%-var(--sidebar-width))]'
|
||||
: ' '} w-full max-w-full flex flex-col"
|
||||
: ' '} w-full max-w-full min-w-0 flex flex-col"
|
||||
id={chatContainerId}
|
||||
>
|
||||
{#if !loading}
|
||||
|
||||
Reference in New Issue
Block a user