Skip to content

fix: align hamburger menu with macOS traffic light buttons#8300

Open
ayush-that wants to merge 2 commits intoblock:mainfrom
ayush-that:fix/macos-hamburger-alignment
Open

fix: align hamburger menu with macOS traffic light buttons#8300
ayush-that wants to merge 2 commits intoblock:mainfrom
ayush-that:fix/macos-hamburger-alignment

Conversation

@ayush-that
Copy link
Copy Markdown

@ayush-that ayush-that commented Apr 4, 2026

Summary

Adjusted the hamburger menu button positioning on macOS to properly align with the traffic light buttons. Increased horizontal padding (pl-21 → pl-[96px]) and corrected vertical offset (top-[11px] → top-[15px]).

Testing

Manual testing on macOS. Verified visual alignment of the hamburger button with traffic light circles in both expanded and collapsed navigation states.

Related Issues

Fixes #8299

Screenshots/Demos (for UX changes)

Before:
image

After:
image

Electron.mp4

Signed-off-by: ayush-that <ayush1337@hotmail.com>
Copilot AI review requested due to automatic review settings April 4, 2026 00:00
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adjusts the macOS desktop header control positioning so the navigation “hamburger” button aligns with Electron’s macOS traffic light buttons (configured via trafficLightPosition in the main process).

Changes:

  • Increase macOS-only left padding for the header controls (pl-21pl-[96px]).
  • Adjust the macOS header controls’ top offset (top-[11px]top-[15px]).

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: dcaa9acc8f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Signed-off-by: ayush-that <ayush1337@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: hamburger menu misaligned with macOS traffic light buttons

2 participants