Alves: Fix Interpolation issue in comment-meta style

This commit is contained in:
Towhidul Islam 2020-06-02 15:35:19 +06:00
parent e306d1b320
commit 239d557f4b
2 changed files with 2 additions and 2 deletions

View file

@ -3299,7 +3299,7 @@ body:not(.fse-enabled) .footer-menu a {
* Comment Meta
*/
.comment-meta {
margin-left: calc( $avatar-size + (0.5 * 16px));
margin-left: calc( 32px + (0.5 * 16px));
}
.comment-meta .comment-author {

View file

@ -3316,7 +3316,7 @@ body:not(.fse-enabled) .footer-menu a {
* Comment Meta
*/
.comment-meta {
margin-right: calc( $avatar-size + (0.5 * 16px));
margin-right: calc( 32px + (0.5 * 16px));
}
.comment-meta .comment-author {