Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Window Control Buttons Misaligned in Compact Mode #6716

Closed
4 tasks done
dravenreynard opened this issue Mar 22, 2025 · 2 comments
Closed
4 tasks done

Window Control Buttons Misaligned in Compact Mode #6716

dravenreynard opened this issue Mar 22, 2025 · 2 comments
Labels

Comments

@dravenreynard
Copy link

Captchas

  • I have read the instructions.
  • I have searched existing issues and avoided creating duplicates.
  • I am not filing an enhancement request.

What happened?

When using Zen Browser in compact mode, the window control buttons (Minimize, Maximize, and Close) are not properly aligned to the far right corner of the window. Instead, they appear slightly offset, making the UI look inconsistent.

Expected Behavior:
The window control buttons should be flush against the top-right corner, maintaining proper alignment.

Actual Behavior:
The buttons appear shifted and not properly positioned.

Screenshots:

Full View Specific
Full View Focused View
  • Zen Mods Used: None
  • Custom CSS Applied: None

Reproducible?

  • I have checked that this issue cannot be reproduced on Mozilla Firefox.

Version

1.10.1b

What platform are you seeing the problem on?

Windows

Relevant log output if applicable

@sporocyst
Copy link

Not sure if it wll be fixed. Before that, you could add this to userChrome.css

:root[zen-compact-mode="true"]:not([customizing]):not([inDOMFullscreen="true"]) {
  @media (-moz-bool-pref: "zen.view.compact.hide-tabbar") or (-moz-bool-pref: "zen.view.use-single-toolbar") {
    & #zen-appcontent-navbar-container {
    margin-right: calc(-1 * var(--zen-element-separation));
    }
  }
}

@zen-browser-auto
Copy link
Member

Closing this issue as part of a repo cleanup

Due to technical-debt we had in the past, we are currently clearing out old, duplicate, stale, and non-actionable issues to improve issue tracking and make it easier to focus on fixing real bugs.

If this issue is still relevant, please open a new issue using our updated issue template, which will help us categorize and address it more efficiently.

Thanks for your understanding and for helping us improve the project! 🚀

This issue can be reopened at: https://github.com/zen-browser/desktop/issues/new?template=bug_report.yml&title=Window%20Control%20Buttons%20Misaligned%20in%20Compact%20Mode%0A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

3 participants