소스 검색

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

Dalston: Fixes Comment avatar on amp pages
Allan Cole 5 년 전
부모
커밋
e2998b153f
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 {