瀏覽代碼

Varia: Fix comment avatar issues in AMP

Allan Cole 5 年之前
父節點
當前提交
1d9427668f
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      varia/sass/components/comments/_comments.scss
  2. 1 1
      varia/style-rtl.css
  3. 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-rtl.css

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

+ 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 {