feat: enhance mobile sidebar functionality by adding close button and improving layout for shared and private chats

This commit is contained in:
Anish Sarkar 2026-02-22 00:24:49 +05:30
parent f0d170a595
commit 5695ec8d74
5 changed files with 48 additions and 4 deletions

View file

@ -131,7 +131,7 @@ export function MobileSidebar({
</div>
{/* Sidebar Content - right side */}
<div className="flex-1 overflow-hidden flex flex-col">
<div className="flex-1 overflow-hidden flex flex-col [&>*]:!w-full">
<Sidebar
searchSpace={searchSpace}
isCollapsed={false}