Frontmatter
| id | 8036 |
| title | Increase Toolbar Padding to 20px |
| state | Closed |
| labels | enhancementdesignai |
| assignees | tobiu |
| createdAt | Dec 5, 2025, 4:27 AM |
| updatedAt | Dec 5, 2025, 4:30 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8036 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 7918 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 5, 2025, 4:30 AM |
Increase Toolbar Padding to 20px
tobiu added parent issue #7918 on Dec 5, 2025, 4:28 AM
tobiu assigned to @tobiu on Dec 5, 2025, 4:28 AM

tobiu
Dec 5, 2025, 4:30 AM
Input from Gemini 2.5 pro:
✦ I have implemented the 20px toolbar padding adjustment.
Changes:
- Toolbar: Updated
resources/scss/src/apps/agentos/Viewport.scssto usepadding: 0 20px.- Dashboard: Reverted
apps/agentos/view/Viewport.mjsto usemargin: '20px'.The application layout now has a consistent 20px horizontal gutter.
tobiu closed this issue on Dec 5, 2025, 4:30 AM
Align the Toolbar padding with the Dashboard margin by increasing the Toolbar's horizontal padding to 20px.
Requirements:
resources/scss/src/apps/agentos/Viewport.scss: Change.agent-top-toolbarpadding from0 10pxto0 20px.apps/agentos/view/Viewport.mjsmargin to20px(from20px 10px).Goal: Create a consistent 20px horizontal gutter for the main application layout.