-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
bugSomething isn't workingSomething isn't workingideIssues related to IDEIssues related to IDEvalidValid issueValid issue
Description
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.4Screenshots
Steps to Reproduce
- Open the main IDE window on the home/session view with the top toolbar visible.
- Inspect the
+toolbarbuttonin DevTools. - 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingideIssues related to IDEIssues related to IDEvalidValid issueValid issue