diff --git a/apps/web/src/components/Workspace.tsx b/apps/web/src/components/Workspace.tsx index 10a77ab..cf92dc7 100644 --- a/apps/web/src/components/Workspace.tsx +++ b/apps/web/src/components/Workspace.tsx @@ -125,34 +125,36 @@ export function Workspace({ sessionId, projectId }: Props) { return (
-
- - - - - - addSplitPane('chat')}> - Chat - - addSplitPane('terminal')}> - Terminal - - addSplitPane('agent')}> - Agent - - - -
+ {!isMobile && ( +
+ + + + + + addSplitPane('chat')}> + Chat + + addSplitPane('terminal')}> + Terminal + + addSplitPane('agent')}> + Agent + + + +
+ )} {isMobile && panes.length > 1 && (