-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Global Styles UI: Remove unnecessary padding for Navigatior component #73810
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
Conversation
d15f97a to
4f68bec
Compare
| .components-navigator-screen { | ||
| padding: 0; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This override should no longer be necessary.
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Size Change: -14 B (0%) Total Size: 2.57 MB
ℹ️ View Unchanged
|
|
I think I fixed some of these in a recent PR. Can you check the latest state. |
|
I resolved the code conflict in this PR, but I believe this PR is still valid. The |
ramonjd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tentative approval as the main screen padding LGTM
Left a question about child screen padding, which appear different (narrower)
What? Why?
The Global Styles UI package adds padding to the
Navigator.Screencomponents without a parent selector. This will cause padding to be applied to allNavigator.Screencomponents, which is not what we want.Testing Instructions
1. Create Block Them Plugin
This is just one example, and may cause issues if the consumer is using the
Navigator.Screencomponent.2. Preferences Modal (Mobile)