-
-
Notifications
You must be signed in to change notification settings - Fork 741
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
Menu Alignment Issues #4691
Comments
It seems the issue has to do with menu items that count as checkboxes. This sort of fixes it: :not(:not(menubar) > menu, #ContentSelectDropdown) > menupopup > menuitem:not(.menuitem-iconic, [type="checkbox"], [type="radio"], .in-menulist, .in-menulist menuitem, .unified-nav-current), :not(:not(menubar) > menu, #ContentSelectDropdown) > menupopup > menu:not(.menu-iconic, [type="checkbox"], [type="radio"], .in-menulist, .in-menulist menu, .unified-nav-current), #toggle_toolbar-menubar, #PanelUI-history toolbarbutton, #unified-extensions-context-menu menuitem {
padding-inline-start: calc( var(--fp-contextmenu-menuitem-padding-inline) + 16px + var(--fp-contextmenu-menuicon-margin-inline) ) !important;
&[type="checkbox"] {
padding-inline-start: 34px !important;
.menu-iconic-text {
padding-inline-start: 1px !important;
}
&[checked="true"] {
padding-inline-start: 8px !important;
--menu-image: none !important;
.menu-iconic-text {
padding-inline-start: 26px !important;
}
}
}
} BeforeAfterPin to Toolbar is checkedPin to Toolbar is unchecked |
Hi, @sillvva. I'm Dosu, and I'm helping the desktop team manage their backlog. I'm marking this issue as stale. Issue Summary:
Next Steps:
Thank you for your understanding and contribution! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Captchas
What happened?
There are several menus that appear to have alignment issues on both Windows and MacOS.
Windows
MacOS
Reproducible?
Version
1.7.2b
What platform are you seeing the problem on?
Other
Relevant log output if applicable
The text was updated successfully, but these errors were encountered: