Browse Source

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

Coutoire: Fixes Comment avatar on amp pages
Allan Cole 5 years ago
parent
commit
e7ebfb833f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      coutoire/style-rtl.css
  2. 1 1
      coutoire/style.css

+ 1 - 1
coutoire/style-rtl.css

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

+ 1 - 1
coutoire/style.css

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