SarahXia0405 commited on
Commit
76f8e4f
·
verified ·
1 Parent(s): c26cc27

Update web/src/App.tsx

Browse files
Files changed (1) hide show
  1. web/src/App.tsx +8 -2
web/src/App.tsx CHANGED
@@ -464,8 +464,14 @@ D) Cost reduction
464
  groupMembers={groupMembers}
465
  />
466
  </aside>
467
-
468
- <main className="flex-1 flex flex-col min-w-0">
 
 
 
 
 
 
469
  <ChatArea
470
  userId={userId}
471
  docType={currentDocTypeForChat}
 
464
  groupMembers={groupMembers}
465
  />
466
  </aside>
467
+ <main
468
+ className={`
469
+ flex-1 flex flex-col min-w-0
470
+ transition-all
471
+ ${rightPanelVisible ? 'pr-[320px]' : ''}
472
+ `}
473
+ >
474
+ // <main className="flex-1 flex flex-col min-w-0">
475
  <ChatArea
476
  userId={userId}
477
  docType={currentDocTypeForChat}