-
Notifications
You must be signed in to change notification settings - Fork 360
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
Pixel: update navigation menu #6509
Conversation
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.
pixel/theme.json
Outdated
"spacing": { | ||
"blockGap": "1rem", | ||
"padding": { | ||
"left": "0.5rem !important", |
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.
Is the important
is necessary because the root padding values end up overriding the spacing that is set on the block? Is that a bug, or expected?
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.
Without it, navigation inherits root padding leaving more space on the right. adding !important
to gain higher specificity.
Created an issue here: WordPress/gutenberg#43931
dd6641e
to
8123c41
Compare
Link styles are addressed here. #6517 |
Changes proposed in this Pull Request:
Updated site-title font family
Navigation on large screens
Navigation on small screens
Related issue(s):
Fixes: #6460