浏览代码

Merge pull request #2010 from rtCamp/fix/comment-avatar-image-size

Varia: Fix comment avatar image/position size on AMP pages
Allan Cole 5 年之前
父节点
当前提交
87e997d0df
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      varia/sass/components/comments/_comments.scss
  2. 1 1
      varia/style.css

+ 1 - 1
varia/sass/components/comments/_comments.scss

@@ -144,7 +144,7 @@
 			.avatar {
 				margin-right: #{map-deep-get($config-global, "spacing", "horizontal")};
 				display: inherit;
-				position: inherit;
+				position: relative;
 				right: inherit;
 			}
 		}

+ 1 - 1
varia/style.css

@@ -3418,7 +3418,7 @@ body:not(.fse-enabled) .footer-menu a {
 	.comment-meta .comment-author .avatar {
 		margin-right: 16px;
 		display: inherit;
-		position: inherit;
+		position: relative;
 		right: inherit;
 	}
 	.comment-meta .comment-metadata {