From dbbfe072b08e3b56579279c13a2d0423ef9506a6 Mon Sep 17 00:00:00 2001 From: Chris Tate Date: Sat, 25 Oct 2025 06:32:29 +0000 Subject: [PATCH 1/5] Remove mobile padding, borders and radius from panes --- components/task-chat.tsx | 2 +- components/task-details.tsx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/task-chat.tsx b/components/task-chat.tsx index bd08490a..ae09b19d 100644 --- a/components/task-chat.tsx +++ b/components/task-chat.tsx @@ -1178,7 +1178,7 @@ export function TaskChat({ taskId, task }: TaskChatProps) { } return ( -
+
{/* Header Tabs */}
diff --git a/components/task-details.tsx b/components/task-details.tsx index 137dd1cb..801a09ad 100644 --- a/components/task-details.tsx +++ b/components/task-details.tsx @@ -2044,7 +2044,7 @@ export function TaskDetails({ task, maxSandboxDuration = 300 }: TaskDetailsProps
{/* Diff Viewer */} -
+
) : activeTab === 'chat' ? ( -
+
) : activeTab === 'preview' ? ( -
-
+
+
{/* Preview Toolbar */}
From dc6c4876345d0a84a7769016ab1c6d29e140006c Mon Sep 17 00:00:00 2001 From: Chris Tate Date: Sat, 25 Oct 2025 06:38:54 +0000 Subject: [PATCH 2/5] Remove extra padding around code and sandbox content --- components/task-details.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/task-details.tsx b/components/task-details.tsx index 801a09ad..6d660a0f 100644 --- a/components/task-details.tsx +++ b/components/task-details.tsx @@ -2025,11 +2025,11 @@ export function TaskDetails({ task, maxSandboxDuration = 300 }: TaskDetailsProps {/* Mobile Layout */}
{/* Content Area */} -
+
{activeTab === 'code' ? (
{/* Current File Path Bar */} -
+
-