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

Post visibility popover is very narrow on iPad #38470

Closed
sabernhardt opened this issue Feb 3, 2022 · 1 comment
Closed

Post visibility popover is very narrow on iPad #38470

sabernhardt opened this issue Feb 3, 2022 · 1 comment
Labels
[Feature] Document Settings Document settings experience General Interface Parts of the UI which don't fall neatly under other labels. [Type] Enhancement A suggestion for improvement.

Comments

@sabernhardt
Copy link
Contributor

Originally reported by sumitsingh on Trac

The Post Visibility dialog is very narrow on smaller screens.

iPad screenshot

The dialog needs either a width—perhaps the 257px for all screens—or else a min-width when the screen is below the medium breakpoint.

.edit-post-post-visibility__dialog .components-popover__content {
@include break-medium {
// 279px (sidebar width) - 20px (padding) - 2px (horizontal borders)
width: 257px;
}
}

I also saw this in my installation, on my laptop at 200% zoom (Windows 10, Firefox 96, WordPress 5.9 without Gutenberg or any other plugins).

@Mamaduka Mamaduka added [Feature] Document Settings Document settings experience [Type] Enhancement A suggestion for improvement. General Interface Parts of the UI which don't fall neatly under other labels. labels Feb 3, 2022
@sabernhardt
Copy link
Contributor Author

This seems to be fixed by #40530.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Document Settings Document settings experience General Interface Parts of the UI which don't fall neatly under other labels. [Type] Enhancement A suggestion for improvement.
Projects
None yet
Development

No branches or pull requests

2 participants