Browse Source

Merge pull request #2087 from rtCamp/fix/css-interpolation-commentmeta-exford

Exford: Fix Interpolation issue in comment-meta style
Allan Cole 5 years ago
parent
commit
5ac38d5701
2 changed files with 2 additions and 2 deletions
  1. 1 1
      exford/style-rtl.css
  2. 1 1
      exford/style.css

+ 1 - 1
exford/style-rtl.css

@@ -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 {

+ 1 - 1
exford/style.css

@@ -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 {