Skip to content

[BUG] [alpha] Main page top toolbar — “New File” plus (+) button has no vertical margin and no padding #39512

@alexander59green

Description

@alexander59green

Project

ide

Description

On the main page top toolbar, the + action button (accessible name New File (Ctrl+N)) fills the toolbar height (height: 100% in a ~36px-tall row). DevTools shows no vertical margin (margin: 0px 0px 0px 8px — only left margin) and no visible internal padding between the glyph and the top/bottom edges of the hit target. The control looks edge-to-edge vertically, which is cramped and inconsistent with comfortable toolbar button spacing.

Error Message

Debug Logs

System Information

OS:UBUNTU 22.4

Screenshots

Image

Steps to Reproduce

  1. Open the main IDE window on the home/session view with the top toolbar visible.
  2. Inspect the + toolbar button in DevTools.
  3. Check computed margin (especially vertical) and padding on the button.

Expected Behavior

  • The + button should have appropriate vertical margin and/or padding so the icon is not flush against the toolbar top and bottom, matching other toolbar controls.

Actual Behavior

  • The button has no vertical margin and no effective padding; it stretches full toolbar height.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingideIssues related to IDEvalidValid issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions