浏览代码

Merge pull request #2086 from rtCamp/fix/css-interpolation-commentmeta-hever

Hever: Fix Interpolation issue in comment-meta style
Allan Cole 5 年之前
父节点
当前提交
fecf019030
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      hever/style-rtl.css
  2. 1 1
      hever/style.css

+ 1 - 1
hever/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
hever/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 {