Ver Fonte

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

Exford: Fix Interpolation issue in comment-meta style
Allan Cole há 5 anos atrás
pai
commit
5ac38d5701
2 ficheiros alterados com 2 adições e 2 exclusões
  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 {
-	margin-left: calc( $avatar-size + (0.5 * 16px));
+	margin-left: calc( 32px + (0.5 * 16px));
 }
 
 .comment-meta .comment-author {

+ 1 - 1
exford/style.css

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