fix(dashboard): add top margin between agent list and Active Agents panel

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
gsxdsm
2026-04-29 14:24:16 -07:00
parent 76deb488ed
commit 5aad943562

View File

@@ -1,5 +1,6 @@
/* === Active Agents Panel === */
.active-agents-panel {
margin-top: var(--space-xl);
margin-bottom: var(--space-lg);
}