Merge pull request #2028 from rtCamp/fix/comment-avatar-image-size-dalston
Dalston: Fixes Comment avatar on amp pages
This commit is contained in:
commit
e2998b153f
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue