Browse Source

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

Varia: Fix comment avatar image/position size on AMP pages
Allan Cole 5 years ago
parent
commit
87e997d0df
2 changed files with 2 additions and 2 deletions
  1. 1 1
      varia/sass/components/comments/_comments.scss
  2. 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.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 {