style(desktop): let main views fill available width and drop settings client badge
Remove the 1400px max-width cap on Home/Accounts/AiPlatforms/PublishManagement so content stretches with the window, and clean up the unused online-clients badge from the settings sidebar. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -270,7 +270,9 @@ const issueItems = computed<RuntimeIssueItem[]>(() => {
|
||||
flex-direction: column;
|
||||
gap: 24px;
|
||||
padding-bottom: 40px;
|
||||
max-width: 1400px;
|
||||
width: 100%;
|
||||
max-width: none;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* Metrics Top Grid */
|
||||
|
||||
Reference in New Issue
Block a user