Frontmatter
| id | 8405 |
| title | Reduce sidebar width for Release view |
| state | Closed |
| labels | enhancementdesignai |
| assignees | tobiu |
| createdAt | Jan 8, 2026, 1:22 AM |
| updatedAt | Jan 8, 2026, 1:29 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8405 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8362 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 8, 2026, 1:29 AM |
Reduce sidebar width for Release view
tobiu assigned to @tobiu on Jan 8, 2026, 1:29 AM

tobiu
Jan 8, 2026, 1:29 AM
Input from Gemini 3 Pro:
✦ Implemented in 71e075fc3.
- Updated
apps/portal/view/shared/content/Container.mjsto usebaseCls: ['portal-shared-content-container', 'neo-container'].- Updated
apps/portal/view/release/MainContainer.mjsto usecls: ['portal-release-maincontainer'].- Created
resources/scss/src/apps/portal/release/MainContainer.scsswith overrides forsidenav-containerwidth (250px).
tobiu closed this issue on Jan 8, 2026, 1:29 AM
tobiu added parent issue #8362 on Jan 8, 2026, 1:29 AM
Refine the layout of the Release view by reducing the sidebar width.
apps/portal/view/release/MainContainer.mjsto include a specific CSS class.resources/scss/src/apps/portal/release/MainContainer.scssto override the default 350px width to 250px.