fix: merge B-157 and B-158 shell review blockers

Keep 1024-1439 broken/seal metrics in the detail panel, fold desktop admin actions into the ellipsis menu, and fit the 13-column limit pool at 1600 without hiding the data date.

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
MS-01-Codex
2026-08-20 02:19:04 +08:00
co-authored by Cursor multica-agent
parent e778c883db
commit bb67085dd4
15 changed files with 334 additions and 158 deletions
+5 -5
View File
@@ -1178,14 +1178,14 @@ button.account-role-badge:focus-visible {
}
@media (min-width: 1280px) and (max-width: 1510px) {
.account-role-badge span {
display: none;
.app-header .header-command-group .account-role-badge span {
display: inline;
}
.account-role-badge {
min-width: 27px;
.app-header .header-command-group .account-role-badge {
min-width: 0;
justify-content: center;
justify-content: flex-start;
}
}