-
Notifications
You must be signed in to change notification settings - Fork 2k
My Profile: Remove the Extra NavigationHeader Padding #103280
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
base: trunk
Are you sure you want to change the base?
My Profile: Remove the Extra NavigationHeader Padding #103280
Conversation
Jetpack Cloud live (direct link)
Automattic for Agencies live (direct link)
|
This PR does not affect the size of JS and CSS bundles shipped to the user's browser. Generated by performance advisor bot at iscalypsofastyet.com. |
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.
Thank you @xavier-lc! I've stopped overriding it, restoring its original padding, as I'm considering them intentional. I cannot repro the missing border on the Notifications dropdown, though. 🤔 |
This PR modifies the release build for the following Calypso Apps: For info about this notification, see here: PCYsg-OT6-p2
To test WordPress.com changes, run |
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.
Thanks @Copons. This looks good to me.
I couldn't replicate the missing border on notifications either. It appears okay for me.

Fixes DOTCOM-605
Proposed Changes
NavigationHeader
component when navigating the My Profile section (/me
) on small screens (<600px).Why are these changes being made?
The
NavigationHeader
component has a 16px padding on small screens (<600px) . While this works fine for most screens, it looks out of alignment in the My Profile section (/me
).Testing Instructions
/me
) and resize the screen below 600px.Pre-merge Checklist