B-217: show full header username without 108px truncation
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
152c0000ce
commit
5a507239a3
@@ -2396,7 +2396,7 @@ body.sidebar-collapsed .status-bar {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
body:is([data-active-view="sentimentCycleView"], [data-active-view="yesterdayView"]) .overview-strip {
|
||||
body:is([data-active-view="sentimentCycleView"], [data-active-view="yesterdayView"]) .app-main .overview-strip {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
@@ -2412,7 +2412,7 @@ body.sidebar-collapsed .status-bar {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
body:is([data-active-view="auctionView"], [data-active-view="themeLibraryView"], [data-active-view="popularityView"], [data-active-view="mentorView"], [data-active-view="rotationView"]) .overview-strip {
|
||||
body:is([data-active-view="auctionView"], [data-active-view="themeLibraryView"], [data-active-view="popularityView"], [data-active-view="mentorView"], [data-active-view="rotationView"]) .app-main .overview-strip {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
@@ -3009,6 +3009,7 @@ body.sidebar-collapsed .status-bar {
|
||||
body.mobile-shell .header-command-group > .command-button,
|
||||
body.mobile-shell .header-command-group .account-button {
|
||||
width: 100%;
|
||||
max-width: none;
|
||||
min-height: var(--mobile-touch-size);
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user