From d0e3212e5a15514bf24da381f1455fdb98fe6185 Mon Sep 17 00:00:00 2001 From: Matthew Valancy Date: Sun, 21 Jun 2026 16:19:44 -0700 Subject: [PATCH] fix(web): stack the Connected + Collaborators status chips vertically MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The right status cluster was side-by-side (lg:flex-row), the widest part of the top bar. Stack it vertically (flex-col, right-aligned, tight gap) so the cluster is ~130px instead of ~250px wide — more headroom for the view-tab strip and a tidier status corner. Co-Authored-By: Claude Opus 4.8 (1M context) --- packages/web/src/pages/Workspace.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/pages/Workspace.tsx b/packages/web/src/pages/Workspace.tsx index 9cc0cb31..645a0344 100644 --- a/packages/web/src/pages/Workspace.tsx +++ b/packages/web/src/pages/Workspace.tsx @@ -251,7 +251,7 @@ export function Workspace() { {/* Right Section: Status and Actions — hidden on mobile (the hamburger handles nav there); these chips otherwise eat the small-screen width. */} -
+
{/* Data-store status (provider-agnostic — keyed off the GraphQL API, which is the actual data layer; the backing store may be D1, Neo4j, etc.) */}