From 39e9c752d0cc704c816d3a82f0291cb944df4c6f Mon Sep 17 00:00:00 2001 From: Sreeram Sreedhar Date: Sat, 6 Jun 2026 21:26:17 -0700 Subject: [PATCH] fix(web): drop hard hairline divider, keep soft fade only The 1px hairline read as an ugly hard line cutting down the panel. Prod separates the graph and chat with a soft fade, not a literal line, so remove the hairline and let the chat-side darkening overlay handle the separation on its own. Co-Authored-By: Claude Opus 4.8 (1M context) --- apps/web/components/chat/index.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/web/components/chat/index.tsx b/apps/web/components/chat/index.tsx index 7743907a..73e45a21 100644 --- a/apps/web/components/chat/index.tsx +++ b/apps/web/components/chat/index.tsx @@ -1621,12 +1621,10 @@ export function ChatSidebar({ chatProject === AUTO_CHAT_SPACE_ID ? null : [chatProject] } /> - {/* Hairline divider between the graph and the chat. A soft, edge-faded - line keeps the boundary legible without breaking the shared gradient. */} -
{/* Soft left→right darkening so the chat reads as a distinct, - recessed panel (like prod) while the dots/glow still show through. */} + recessed panel (like prod) while the dots/glow still show + through. The gradient handles the separation — no hard line. */}
{pageDesktopToolbarRow}