fix: let the chat column shrink so the collapsed sidebar rail is not pushed off screen (#28501)

This commit is contained in:
G30
2026-08-17 03:23:25 -04:00
committed by GitHub
parent f5a5a434b9
commit 695d33aa7c
+1 -1
View File
@@ -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}