Spaces:
Sleeping
Sleeping
bigwolfeman
commited on
Commit
·
e1e6f89
1
Parent(s):
29c6e0c
chat anim
Browse files
frontend/src/pages/MainApp.tsx
CHANGED
|
@@ -774,7 +774,7 @@ export function MainApp() {
|
|
| 774 |
{isChatOpen && (
|
| 775 |
<>
|
| 776 |
<ResizableHandle withHandle />
|
| 777 |
-
<ResizablePanel defaultSize={25} minSize={20} maxSize={40}>
|
| 778 |
<ChatPanel
|
| 779 |
onNavigateToNote={handleSelectNote}
|
| 780 |
onNotesChanged={refreshAll}
|
|
|
|
| 774 |
{isChatOpen && (
|
| 775 |
<>
|
| 776 |
<ResizableHandle withHandle />
|
| 777 |
+
<ResizablePanel defaultSize={25} minSize={20} maxSize={40} className="animate-slide-in">
|
| 778 |
<ChatPanel
|
| 779 |
onNavigateToNote={handleSelectNote}
|
| 780 |
onNotesChanged={refreshAll}
|