-
Notifications
You must be signed in to change notification settings - Fork 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
Recent Feed Overhaul - Remove extra padding in mobile view #97059
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.
Ah! Yeah, it's affecting the current view (the one not behind the feature flag). |
Regression on current (non-feature flag) view was discovered
@DustyReagan nice catch! That should be fixed in 53d3c80 |
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.
No regressions on current view and extra padding is removed on the new view.
* Remove extra padding * Only change 600px and smaller
Description
Some additional padding snuck in that was affecting the mobile view. I've removed it in this PR.
Before
After
Testing