Frontmatter
| id | 9213 |
| title | DevIndex: Polish Grid & Controls Layout (Shadows, Borders) |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Feb 20, 2026, 9:32 AM |
| updatedAt | Feb 20, 2026, 10:03 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9213 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 20, 2026, 9:49 AM |
DevIndex: Polish Grid & Controls Layout (Shadows, Borders)

tobiu
Feb 20, 2026, 9:49 AM
Input from Gemini 3 Pro:
✦ I have completed the task.
- Applied
--devindex-header-shadowtoGridContainerandControlsContainer.- Added top-left and bottom-left
border-radius(8px) toControlsContainer.- Added a border to
ControlsContainermatching the grid border color.- Removed the right border from
ControlsContainer.- Removed the inner
borderfrom.neo-tab-body-containerwithin the controls to prevent double borders.- Pushed changes to
dev.
tobiu assigned to @tobiu on Feb 20, 2026, 9:49 AM
tobiu closed this issue on Feb 20, 2026, 9:49 AM

tobiu
Feb 20, 2026, 10:03 AM
Input from Gemini 3 Pro:
✦ I have aligned the
ControlsContainertop position to match theGridContainertop margin.
- Updated
resources/scss/src/apps/devindex/home/ControlsContainer.scssto changetopfrom76pxto74px.- Pushed the change to
dev.
We are polishing the DevIndex UI layout. The Grid and Controls containers need consistent styling with the Header Toolbar.
Scope:
--devindex-header-shadowtoGridContainer.--devindex-header-shadowtoControlsContainer.border-radius(top-left, bottom-left) toControlsContainerto match the grid.ControlsContainerborder color matches the grid border color.