From 5763b9094b94a194531129fadb34d5f391ee5615 Mon Sep 17 00:00:00 2001 From: Jason Date: Sat, 21 Feb 2026 20:42:46 +0800 Subject: [PATCH] fix(toolbar): remove height constraint that clipped AppSwitcher The toolbar wrapper's fixed h-[32px] was smaller than AppSwitcher's natural 40px height (32px buttons + 8px padding), causing visual clipping. Removed the constraint and let flex layout handle sizing within the 64px header. --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 975e9a3a8..f18164b76 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -966,10 +966,10 @@ function App() {
{currentView === "prompts" && (