[eric] canvas: the parked browser's frozen shot wears the live miniature's exact footprint, so both pill states read identical

This commit is contained in:
ciregenz
2026-08-17 18:04:38 -07:00
parent 6fd92f61dc
commit 59a9079383
@@ -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 ? (
<Box