-
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
Avatar: add padding support #43519
Merged
andrewserong
merged 18 commits into
WordPress:trunk
from
colorful-tones:add/avatar-padding-support
Sep 6, 2022
Merged
Avatar: add padding support #43519
Changes from 12 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
ad6e045
Update DateTimePicker readme
colorful-tones 4ac86ad
Merge branch 'WordPress:trunk' into trunk
colorful-tones a8ea897
Merge branch 'WordPress:trunk' into trunk
colorful-tones ade1023
Merge branch 'WordPress:trunk' into trunk
colorful-tones 9cc6b02
Merge branch 'WordPress:trunk' into trunk
colorful-tones bb60f63
Merge branch 'WordPress:trunk' into trunk
colorful-tones fb4add5
Merge branch 'WordPress:trunk' into trunk
colorful-tones 8770819
Merge branch 'WordPress:trunk' into trunk
colorful-tones 508de20
Merge branch 'WordPress:trunk' into trunk
colorful-tones 015cc6d
Merge branch 'WordPress:trunk' into trunk
colorful-tones 10e03af
Add padding support for Avatar block
colorful-tones 23c0997
add box-sizing for frontend
colorful-tones 2450375
Merge branch 'WordPress:trunk' into trunk
colorful-tones 0e301d8
Merge branch 'trunk' into add/avatar-padding-support
colorful-tones bf6286d
Additional comment clarification for box-sizing
colorful-tones 8e2a53f
Merge branch 'WordPress:trunk' into trunk
colorful-tones d440f0e
Merge branch 'WordPress:trunk' into trunk
colorful-tones 765c757
Merge branch 'trunk' into add/avatar-padding-support
colorful-tones File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
.wp-block-avatar { | ||
box-sizing: border-box; | ||
|
||
&.aligncenter { | ||
text-align: center; | ||
} | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 is a small nit, but can you add the comment
This keeps the implementation consistent with other blocks and makes it easy to understand why this has been added. Otherwise, this PR looks good to go.
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.
Again, nothing too small, and thanks for the nitpicking! I addressed the missing comment. 👍