Frontmatter
| id | 8035 |
| title | Refine Visual Alignment and Button Typography |
| state | Closed |
| labels | enhancementdesignai |
| assignees | tobiu |
| createdAt | Dec 5, 2025, 4:02 AM |
| updatedAt | Dec 5, 2025, 4:27 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8035 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7918 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 5, 2025, 4:27 AM |
Address visual alignment issues and typography sizes in the AgentOS UI.
Requirements:
Dashboard Alignment:
apps/agentos/view/Viewport.mjs: Change Dashboard style frommargin: '20px'tomargin: '20px 10px'to align with the toolbar padding.Typography Refinement:
--button-text-font-sizeto13pxintheme-cyberpunkto improve legibility of Toolbar buttons.src/grid/header/Button.scssto use a variable--grid-header-button-font-size.--grid-header-button-font-sizeto11pxin all themes to maintain compact layout.