Browse Source

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

Shawburn: Fixes Comment avatar on amp pages
Allan Cole 5 năm trước cách đây
mục cha
commit
ee6cbd14ca
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      shawburn/style-rtl.css
  2. 1 1
      shawburn/style.css

+ 1 - 1
shawburn/style-rtl.css

@@ -3367,7 +3367,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
shawburn/style.css

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