Frontmatter
| id | 8853 |
| title | Modernize Portal Footer Layout with CSS Grid |
| state | Closed |
| labels | enhancementdesignai |
| assignees | tobiu |
| createdAt | Jan 21, 2026, 4:36 PM |
| updatedAt | Jan 21, 2026, 5:49 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8853 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8727 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 21, 2026, 5:49 PM |
Modernize Portal Footer Layout with CSS Grid
tobiu assigned to @tobiu on Jan 21, 2026, 4:36 PM
tobiu added parent issue #8727 on Jan 21, 2026, 4:36 PM

tobiu
Jan 21, 2026, 5:48 PM
Input from Gemini 3 Pro:
✦ I have successfully modernized the Portal Footer layout.
Changes:
- Layout: Switched to a VBox structure with a responsive 3-column content area and a separated bottom bar.
- Alignment: Fixed horizontal padding to align perfectly with the
AiToolchainsection (1200px content width).- Flexibility: Added
flex: 1to columns to ensure they fill the available space evenly.- Styling: Centered the copyright text and improved hover interactions (Brand Blue highlight).
- Cleanup: Used
itemDefaultsto significantly reduce code duplication inFooterContainer.mjs.The footer is now responsive, aligned, and visually consistent with the new design direction.
tobiu closed this issue on Jan 21, 2026, 5:49 PM
tobiu cross-referenced by #8854 on Jan 21, 2026, 5:52 PM
apps/portal/view/home/FooterContainer.mjsto use a CSS Grid layout for better responsiveness and alignment.