B-214: keep desktop header commands visible instead of behind ellipsis

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 12:39:22 +08:00
co-authored by Cursor multica-agent
parent cf7183d0c0
commit 152c0000ce
8 changed files with 238 additions and 70 deletions
+9 -9
View File
@@ -1179,27 +1179,27 @@ button.account-role-badge:focus-visible {
gap: 3px;
}
@media (min-width: 1280px) and (max-width: 1510px) {
@media (min-width: 1280px) {
.app-header .header-command-group .account-role-badge span {
display: inline;
display: none;
}
.app-header .header-command-group .account-role-badge {
min-width: 0;
min-width: 28px;
justify-content: flex-start;
justify-content: center;
padding-inline: 6px;
}
}
@media (min-width: 1380px) and (max-width: 1510px) {
#settingsButton,
.header-command-group .account-button {
width: auto;
padding: 0px 9px;
max-width: 108px;
padding: 0px 8px;
}
#settingsButton > span,
.header-command-group .account-button > span {
display: inline;
}