-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Polish confirm dialog padding. #50283
Conversation
Size Change: -4 B (0%) Total Size: 1.37 MB
ℹ️ View Unchanged
|
@@ -135,7 +135,7 @@ | |||
|
|||
&.hide-header { | |||
margin-top: 0; | |||
padding-top: $grid-unit-30; | |||
padding-top: $grid-unit-50; |
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.
Should this be $grid-unit-40
to match right, bottom, left?
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.
a68dee1
to
573e998
Compare
I believe @mirka has been working on adding the 40px variant to |
What?
Updates the confirm/no-header modal to have correct padding.
Before:
After:
Testing Instructions
Publish a post, then in the inspector choose "switch to draft" and observe a padding that is optically balanced around all elements.