浏览代码

Coutoire: Fix Interpolation issue in comment-meta style

Towhidul Islam 5 年之前
父节点
当前提交
588c780401
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      coutoire/style-rtl.css
  2. 1 1
      coutoire/style.css

+ 1 - 1
coutoire/style-rtl.css

@@ -3297,7 +3297,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
coutoire/style.css

@@ -3314,7 +3314,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 {