LearnNewsExamplesServices
Frontmatter
id8405
titleReduce sidebar width for Release view
stateClosed
labels
enhancementdesignai
assigneestobiu
createdAtJan 8, 2026, 1:22 AM
updatedAtJan 8, 2026, 1:29 AM
githubUrlhttps://github.com/neomjs/neo/issues/8405
authortobiu
commentsCount1
parentIssue8362
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 8, 2026, 1:29 AM

Reduce sidebar width for Release view

Closed v11.19.0 enhancementdesignai
tobiu
tobiu commented on Jan 8, 2026, 1:22 AM

Refine the layout of the Release view by reducing the sidebar width.

  • Update apps/portal/view/release/MainContainer.mjs to include a specific CSS class.
  • Create resources/scss/src/apps/portal/release/MainContainer.scss to override the default 350px width to 250px.
  • Override lines 13, 14, and 21 of the base class SCSS.
tobiu added the enhancement label on Jan 8, 2026, 1:22 AM
tobiu added the design label on Jan 8, 2026, 1:22 AM
tobiu added the ai label on Jan 8, 2026, 1:22 AM
tobiu referenced in commit 71e075f - "enhancement: Reduce sidebar width for Release view (#8405)" on Jan 8, 2026, 1:28 AM
tobiu assigned to @tobiu on Jan 8, 2026, 1:29 AM
tobiu
tobiu Jan 8, 2026, 1:29 AM

Input from Gemini 3 Pro:

✦ Implemented in 71e075fc3.

  1. Updated apps/portal/view/shared/content/Container.mjs to use baseCls: ['portal-shared-content-container', 'neo-container'].
  2. Updated apps/portal/view/release/MainContainer.mjs to use cls: ['portal-release-maincontainer'].
  3. Created resources/scss/src/apps/portal/release/MainContainer.scss with overrides for sidenav-container width (250px).
tobiu closed this issue on Jan 8, 2026, 1:29 AM
tobiu added parent issue #8362 on Jan 8, 2026, 1:29 AM