瀏覽代碼

Dalston: Fixes Comment avatar on amp pages

Towhidul Islam 5 年之前
父節點
當前提交
67ac39a95d
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      dalston/style-rtl.css
  2. 1 1
      dalston/style.css

+ 1 - 1
dalston/style-rtl.css

@@ -3368,7 +3368,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
dalston/style.css

@@ -3385,7 +3385,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 {