Explorar el Código

Barnsbury: Fixes Comment avatar on amp pages

Towhidul Islam hace 5 años
padre
commit
1b29061bea
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      barnsbury/style-rtl.css
  2. 1 1
      barnsbury/style.css

+ 1 - 1
barnsbury/style-rtl.css

@@ -3368,7 +3368,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
barnsbury/style.css

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