Merge pull request #2088 from rtCamp/fix/css-interpolation-commentmeta-dalston
Dalston: Fix Interpolation issue in comment-meta style
This commit is contained in:
commit
2adf1e6fcd
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue