From 25b11b31885f325d8c978f34bf745cf264bd60f2 Mon Sep 17 00:00:00 2001 From: Dani Akash Date: Tue, 6 Jan 2026 09:15:32 +0530 Subject: [PATCH] fix: prevent layout shifts on clicking collapsible (#165) * fix: newtab layout shift on collapsible * fix: collapsible width on smaller screen sizes --- apps/agent/entrypoints/newtab/index/NewTab.tsx | 2 +- apps/agent/entrypoints/newtab/index/ScheduleResults.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/agent/entrypoints/newtab/index/NewTab.tsx b/apps/agent/entrypoints/newtab/index/NewTab.tsx index 2b829c087..76bf8c817 100644 --- a/apps/agent/entrypoints/newtab/index/NewTab.tsx +++ b/apps/agent/entrypoints/newtab/index/NewTab.tsx @@ -200,7 +200,7 @@ export const NewTab = () => { return (
{/* Main content */} -
+
{/* Logo and branding */} {/* Search bar with context */} diff --git a/apps/agent/entrypoints/newtab/index/ScheduleResults.tsx b/apps/agent/entrypoints/newtab/index/ScheduleResults.tsx index 07357657a..5a2744b6f 100644 --- a/apps/agent/entrypoints/newtab/index/ScheduleResults.tsx +++ b/apps/agent/entrypoints/newtab/index/ScheduleResults.tsx @@ -97,7 +97,7 @@ export const ScheduleResults: FC = () => {