LearnNewsExamplesServices
Frontmatter
id8036
titleIncrease Toolbar Padding to 20px
stateClosed
labels
enhancementdesignai
assigneestobiu
createdAtDec 5, 2025, 4:27 AM
updatedAtDec 5, 2025, 4:30 AM
githubUrlhttps://github.com/neomjs/neo/issues/8036
authortobiu
commentsCount1
parentIssue7918
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtDec 5, 2025, 4:30 AM

Increase Toolbar Padding to 20px

Closed v11.16.0 enhancementdesignai
tobiu
tobiu commented on Dec 5, 2025, 4:27 AM

Align the Toolbar padding with the Dashboard margin by increasing the Toolbar's horizontal padding to 20px.

Requirements:

  1. Toolbar: Update resources/scss/src/apps/agentos/Viewport.scss: Change .agent-top-toolbar padding from 0 10px to 0 20px.
  2. Dashboard: Revert apps/agentos/view/Viewport.mjs margin to 20px (from 20px 10px).

Goal: Create a consistent 20px horizontal gutter for the main application layout.

tobiu added the enhancement label on Dec 5, 2025, 4:27 AM
tobiu added the design label on Dec 5, 2025, 4:27 AM
tobiu added the ai label on Dec 5, 2025, 4:27 AM
tobiu added parent issue #7918 on Dec 5, 2025, 4:28 AM
tobiu assigned to @tobiu on Dec 5, 2025, 4:28 AM
tobiu referenced in commit 180f938 - "Increase Toolbar Padding to 20px #8036" on Dec 5, 2025, 4:30 AM
tobiu
tobiu Dec 5, 2025, 4:30 AM

Input from Gemini 2.5 pro:

✦ I have implemented the 20px toolbar padding adjustment.

Changes:

  1. Toolbar: Updated resources/scss/src/apps/agentos/Viewport.scss to use padding: 0 20px.
  2. Dashboard: Reverted apps/agentos/view/Viewport.mjs to use margin: '20px'.

The application layout now has a consistent 20px horizontal gutter.

tobiu closed this issue on Dec 5, 2025, 4:30 AM