From 7f9ca47c1ef2891a8d17a34c49ffc9fb40c6b2c4 Mon Sep 17 00:00:00 2001 From: imagineer99 Date: Fri, 13 Feb 2026 19:02:31 +0000 Subject: [PATCH] style: polish chat page spacing, small typography, and panel alignment --- studio/frontend/src/features/chat/chat-page.tsx | 4 +++- .../src/features/chat/chat-settings-sheet.tsx | 11 ++++++----- studio/frontend/src/features/chat/thread-sidebar.tsx | 12 ++++++------ 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/studio/frontend/src/features/chat/chat-page.tsx b/studio/frontend/src/features/chat/chat-page.tsx index 543ae9e865..445aa53f53 100644 --- a/studio/frontend/src/features/chat/chat-page.tsx +++ b/studio/frontend/src/features/chat/chat-page.tsx @@ -258,9 +258,10 @@ export function ChatPage(): ReactElement { }, [refresh]); return ( +
+
); } diff --git a/studio/frontend/src/features/chat/chat-settings-sheet.tsx b/studio/frontend/src/features/chat/chat-settings-sheet.tsx index 86ace6fdb5..484b0d2b5e 100644 --- a/studio/frontend/src/features/chat/chat-settings-sheet.tsx +++ b/studio/frontend/src/features/chat/chat-settings-sheet.tsx @@ -193,18 +193,19 @@ export function ChatSettingsPanel({ className={`shrink-0 h-full overflow-hidden bg-sidebar rounded-2xl corner-squircle transition-[width] duration-200 ease-linear ${open ? "w-[17rem] border-sidebar-border" : "w-0"}`} >
-
+
- - Advanced Configuration + + Configuration
-
+ {/* mt-4 matches the Playground sidebar gap (SidebarHeader py-3 + SidebarGroup pt-1) */} +