feat(FN-3224): update agents layout documentation

The merge lands a documentation update to `docs/agents.md`, correcting or refining the agents layout section (2 lines changed). No code or behavior changes.

Fusion-Task-Id: FN-3224
This commit is contained in:
Fusion
2026-05-03 04:38:39 -07:00
committed by gsxdsm
parent 630d615ae4
commit eafb078804
10 changed files with 208 additions and 37 deletions

View File

@@ -57,14 +57,6 @@
font-size: 13px;
}
.live-agent-pulse {
width: 8px;
height: 8px;
background: var(--color-success);
border-radius: 50%;
animation: pulse 1.5s infinite;
}
.live-agent-task {
font-family: var(--font-mono);
}