From 7b876d23647eb190156e832df0b9bac6b7a6935f Mon Sep 17 00:00:00 2001 From: kaitranntt Date: Wed, 17 Dec 2025 15:26:25 -0500 Subject: [PATCH] fix(ui): improve account flow viz layout to fill available width - Change flow viz section from items-center to items-stretch - Use justify-center with gap-8 instead of justify-between for middle row - Add w-full to top/bottom zone containers - Increase gap from gap-3 to gap-4 for consistent spacing Fixes issue where visualization left huge blank spaces --- ui/src/components/account-flow-viz.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/account-flow-viz.tsx b/ui/src/components/account-flow-viz.tsx index e13aebef..7128b020 100644 --- a/ui/src/components/account-flow-viz.tsx +++ b/ui/src/components/account-flow-viz.tsx @@ -515,7 +515,7 @@ export function AccountFlowViz({ providerData, onBack }: AccountFlowVizProps) { {/* Main visualization area - Multi-zone layout */}
{/* Flow visualization section */} -
+
{/* SVG Canvas (Background) */} +
{/* Left Accounts */}
{leftAccounts.map((account) => {