ソースを参照

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
  */
  */
 .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
coutoire/style.css

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