From 62643f6819bf75d61940097cfe807195c3b473a0 Mon Sep 17 00:00:00 2001 From: cnc_x_ai Date: Wed, 18 Feb 2026 18:39:53 +0100 Subject: [PATCH 1/2] Refactor TasksView component for improved mobile UI. Adjusted padding and grid layout for better responsiveness on mobile devices. Reduced padding in the main container and updated select input styles to enhance usability on smaller screens. --- src/components/TasksView.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/TasksView.tsx b/src/components/TasksView.tsx index 6e34d6e..d51d433 100644 --- a/src/components/TasksView.tsx +++ b/src/components/TasksView.tsx @@ -547,7 +547,7 @@ export default function TasksView({ agents }: TasksViewProps) { exit={{ opacity: 0, y: -8, scale: 0.97 }} transition={{ duration: 0.24, ease: "easeOut" }} > -
+
@@ -580,7 +580,7 @@ export default function TasksView({ agents }: TasksViewProps) { )} -
+