diff --git a/src/components/ChatWindow.tsx b/src/components/ChatWindow.tsx index 37de9e5..a574bdc 100644 --- a/src/components/ChatWindow.tsx +++ b/src/components/ChatWindow.tsx @@ -161,17 +161,39 @@ export function ChatWindow({ session, config, onAddMessage }: ChatWindowProps) { height: '100vh', backgroundColor: 'var(--bg-primary)' }}> - {/* Header - Added padding-left to avoid overlap with menu button */} + {/* Header */}
-
+ {/* Menu button area spacer */} +
+ {/* This space is reserved for the menu button in App */} +
+ + {/* Centered Session Name */} +

{getMessageCount()} messages @@ -204,6 +227,8 @@ export function ChatWindow({ session, config, onAddMessage }: ChatWindowProps) {

)}
+ + {/* Export button on the right */}