feat(FN-3377): compress mobile agent detail header

- Rework AgentDetailView mobile header structure to reduce vertical space while preserving key metadata
- Simplify AgentsView mobile spacing and remove redundant styles tied to legacy header layout
- Update dashboard CSS class coverage tests for new agent detail/mobile header classes
- Expand AgentDetailView and AgentsView tests to validate condensed header rendering and interaction behavior

Fusion-Task-Id: FN-3377
This commit is contained in:
Fusion
2026-05-04 10:37:59 -07:00
committed by gsxdsm
parent d30f8a7a3b
commit ceea0387a7
7 changed files with 81 additions and 36 deletions

View File

@@ -1178,16 +1178,6 @@
display: none;
}
.agents-mobile-back-row {
padding: var(--space-md);
border-bottom: 1px solid var(--border);
background: var(--surface);
}
.agents-mobile-back-btn {
min-height: calc(var(--space-lg) * 2 + var(--space-xs));
}
.agents-view-content {
min-height: 0;
overflow-y: auto;