Selaa lähdekoodia

Maywood: Fixes Comment avatar on amp pages

Towhidul Islam 5 vuotta sitten
vanhempi
commit
1c3c887eb3
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      maywood/style-rtl.css
  2. 1 1
      maywood/style.css

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