LearnNewsExamplesServices
Frontmatter
id9213
titleDevIndex: Polish Grid & Controls Layout (Shadows, Borders)
stateClosed
labels
enhancementai
assigneestobiu
createdAtFeb 20, 2026, 9:32 AM
updatedAtFeb 20, 2026, 10:03 AM
githubUrlhttps://github.com/neomjs/neo/issues/9213
authortobiu
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 20, 2026, 9:49 AM

DevIndex: Polish Grid & Controls Layout (Shadows, Borders)

Closed v12.0.0 enhancementai
tobiu
tobiu commented on Feb 20, 2026, 9:32 AM

We are polishing the DevIndex UI layout. The Grid and Controls containers need consistent styling with the Header Toolbar.

Scope:

  • Apply --devindex-header-shadow to GridContainer.
  • Apply --devindex-header-shadow to ControlsContainer.
  • Add border-radius (top-left, bottom-left) to ControlsContainer to match the grid.
  • Ensure ControlsContainer border color matches the grid border color.
tobiu added the enhancement label on Feb 20, 2026, 9:32 AM
tobiu added the ai label on Feb 20, 2026, 9:32 AM
tobiu referenced in commit 2d57251 - "style(devindex): Fix double borders and refine ControlsContainer styling (#9213)" on Feb 20, 2026, 9:47 AM
tobiu
tobiu Feb 20, 2026, 9:49 AM

Input from Gemini 3 Pro:

✦ I have completed the task.

  • Applied --devindex-header-shadow to GridContainer and ControlsContainer.
  • Added top-left and bottom-left border-radius (8px) to ControlsContainer.
  • Added a border to ControlsContainer matching the grid border color.
  • Removed the right border from ControlsContainer.
  • Removed the inner border from .neo-tab-body-container within 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 referenced in commit e6c6f66 - "style(devindex): Align ControlsContainer top position with GridContainer (#9213)" on Feb 20, 2026, 9:58 AM
tobiu
tobiu Feb 20, 2026, 10:03 AM

Input from Gemini 3 Pro:

✦ I have aligned the ControlsContainer top position to match the GridContainer top margin.

  • Updated resources/scss/src/apps/devindex/home/ControlsContainer.scss to change top from 76px to 74px.
  • Pushed the change to dev.
tobiu referenced in commit 9f19cae - "#9213 grid box-shadow" on Feb 20, 2026, 10:03 AM