From 78d9494ed25bb489c98a95133fed0fd23cad06ce Mon Sep 17 00:00:00 2001 From: Sreeram Sreedhar Date: Sat, 6 Jun 2026 21:23:40 -0700 Subject: [PATCH] fix(web): recess the chat panel with a soft darkening overlay MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sharing the gradient made the graph and chat equally bright, so they blended with no separation. Match prod: add a gentle left→right darkening over the chat column so it reads as a distinct, recessed panel while the shared dots and glow still show through. The hairline divider stays for definition. Co-Authored-By: Claude Opus 4.8 (1M context) --- apps/web/components/chat/index.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/apps/web/components/chat/index.tsx b/apps/web/components/chat/index.tsx index 45a86777..7743907a 100644 --- a/apps/web/components/chat/index.tsx +++ b/apps/web/components/chat/index.tsx @@ -1625,9 +1625,14 @@ export function ChatSidebar({ line keeps the boundary legible without breaking the shared gradient. */}
- {pageDesktopToolbarRow} -
- {shell} + {/* Soft left→right darkening so the chat reads as a distinct, + recessed panel (like prod) while the dots/glow still show through. */} +
+
+ {pageDesktopToolbarRow} +
+ {shell} +