Browse Source

fix avatar radius (#6971)

Madhu Dollu 2 years ago
parent
commit
a5b7ea7755
1 changed files with 2 additions and 1 deletions
  1. 2 1
      hey/style.css

+ 2 - 1
hey/style.css

@@ -93,7 +93,8 @@ a {
  * Styles for Author blocks
  * https://github.com/WordPress/gutenberg/issues/24952
  */
-.wp-block-post-author__avatar img {
+.wp-block-post-author__avatar img,
+.wp-block-avatar img {
 	border-radius: 999px;
 	line-height: 0;
 }