mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Twenty Sixteen: Add border-radius to avatar images in the editor.
This ensures that avatars design in the Post Author or Avatar blocks in the editor matches the front end. Props pitamdey, sabernhardt, poena, shailu25. Fixes #59253. git-svn-id: https://develop.svn.wordpress.org/trunk@57577 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b194cd1d91
commit
ed1d8460a4
@ -634,6 +634,13 @@ Description: Used to style blocks in the editor.
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
/* Avatar & Post Author */
|
||||
|
||||
.editor-styles-wrapper .avatar,
|
||||
.wp-block-post-author__avatar img {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
7.0 Blocks - Colors
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user