mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-23 18:14:53 +02:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user