Merge pull request #2088 from rtCamp/fix/css-interpolation-commentmeta-dalston

Dalston: Fix Interpolation issue in comment-meta style
This commit is contained in:
Allan Cole 2020-06-09 17:17:40 -04:00 committed by GitHub
commit 2adf1e6fcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
*/ */
.comment-meta { .comment-meta {
margin-left: calc( $avatar-size + (0.5 * 16px)); margin-left: calc( 32px + (0.5 * 16px));
} }
.comment-meta .comment-author { .comment-meta .comment-author {

View file

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