-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Unified toolbar mode hides document settings and general menu #10959
Comments
I'm going to fix this one, good ticket, thank you. I would note that I feel like a key ingredient in fixing this, is to fix #4287 that is, either rewrite the document outline button, or merge it with the block navigation tool. This should free up a precious 52 pixels horizontally, which is a lot when real estate is premium. For now I'm going to tighten up the margins a bit, and increase the breakpoint that makes the unified toolbar stack below the editor bar. |
CC: @mtias @alexislloyd |
Fixes #10959. This PR fixes an issue where at certain viewport widths, there wouldn't be room for the unified toolbar between the icons on the left, and the buttons on the right, in the editor bar. It does so by: - Reducing the padding between toolbar segments - Introducing a new breakpoint, xlarge (1080px), that allows the toolbar to stay in the editor bar for longer, before it stacks.
* Fix issue with unified toolbar not fitting Fixes #10959. This PR fixes an issue where at certain viewport widths, there wouldn't be room for the unified toolbar between the icons on the left, and the buttons on the right, in the editor bar. It does so by: - Reducing the padding between toolbar segments - Introducing a new breakpoint, xlarge (1080px), that allows the toolbar to stay in the editor bar for longer, before it stacks. * Revert to fullheight separators.
* Fix issue with unified toolbar not fitting Fixes WordPress#10959. This PR fixes an issue where at certain viewport widths, there wouldn't be room for the unified toolbar between the icons on the left, and the buttons on the right, in the editor bar. It does so by: - Reducing the padding between toolbar segments - Introducing a new breakpoint, xlarge (1080px), that allows the toolbar to stay in the editor bar for longer, before it stacks. * Revert to fullheight separators.
When the "Unified toolbar" mode is activated, the document settings and the general menu are stretched wide to the point they are sent beyond the viewport.
Admin user screenshot:
Contributor user screenshot:
The text was updated successfully, but these errors were encountered: