From 59a90793835160ea844d0b117adabd05087e4d04 Mon Sep 17 00:00:00 2001 From: ciregenz Date: Mon, 17 Aug 2026 18:04:38 -0700 Subject: [PATCH] [eric] canvas: the parked browser's frozen shot wears the live miniature's exact footprint, so both pill states read identical --- frontend/src/app/pages/Dashboard/desktop/AgentNarratorPill.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/pages/Dashboard/desktop/AgentNarratorPill.tsx b/frontend/src/app/pages/Dashboard/desktop/AgentNarratorPill.tsx index c294063c..b34866f2 100644 --- a/frontend/src/app/pages/Dashboard/desktop/AgentNarratorPill.tsx +++ b/frontend/src/app/pages/Dashboard/desktop/AgentNarratorPill.tsx @@ -166,7 +166,7 @@ function AgentNarratorPill({ label, running, todos, liveSteps, artifact, askPair component="img" src={browserShot} alt="" - sx={{ width: 300, display: 'block', borderRadius: '10px', boxShadow: '0 1px 2px rgba(0,0,0,0.10)' }} + sx={{ width: 320, display: 'block', borderRadius: '12px', boxShadow: '0 1px 2px rgba(0,0,0,0.10)' }} /> ) : visibleTodos.length > 0 ? (