Forráskód Böngészése

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

Exford: Fixes Comment avatar on amp pages
Allan Cole 5 éve
szülő
commit
a9dc23d8ef
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      exford/style-rtl.css
  2. 1 1
      exford/style.css

+ 1 - 1
exford/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
exford/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 {