Spaces:
Sleeping
Sleeping
Update web/src/App.tsx
Browse files- web/src/App.tsx +2 -6
web/src/App.tsx
CHANGED
|
@@ -464,14 +464,10 @@ D) Cost reduction
|
|
| 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}
|
|
|
|
| 464 |
groupMembers={groupMembers}
|
| 465 |
/>
|
| 466 |
</aside>
|
| 467 |
+
<main className={`
|
|
|
|
| 468 |
flex-1 flex flex-col min-w-0
|
| 469 |
transition-all
|
| 470 |
+
${rightPanelVisible ? 'pr-[320px]' : ''}`} >
|
|
|
|
|
|
|
|
|
|
| 471 |
<ChatArea
|
| 472 |
userId={userId}
|
| 473 |
docType={currentDocTypeForChat}
|