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:
co-authored by
Cursor
multica-agent
parent
cf7183d0c0
commit
152c0000ce
@@ -635,14 +635,16 @@ body.sidebar-collapsed .sidebar-collapse-button .lucide {
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
@media (min-width: 1280px) and (max-width: 1510px) {
|
||||
.header-command-group .command-button {
|
||||
width: 31px;
|
||||
@media (min-width: 1280px) {
|
||||
.header-command-group .command-button:not(.account-button) {
|
||||
width: 32px;
|
||||
|
||||
min-width: 32px;
|
||||
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.header-command-group .command-button > span {
|
||||
.header-command-group .command-button:not(.account-button) > span {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@@ -1010,7 +1012,7 @@ textarea {
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.header-menu-button {
|
||||
display: inline-flex;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user