瀏覽代碼

fix avatar radius (#6971)

Madhu Dollu 2 年之前
父節點
當前提交
a5b7ea7755
共有 1 個文件被更改,包括 2 次插入1 次删除
  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;
 }