Jelajahi Sumber

Merge pull request #2084 from rtCamp/fix/css-interpolation-commentmeta-shawburn

Shawburn: Fix Interpolation issue in comment-meta style
Allan Cole 5 tahun lalu
induk
melakukan
274af1e514
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      shawburn/style-rtl.css
  2. 1 1
      shawburn/style.css

+ 1 - 1
shawburn/style-rtl.css

@@ -3298,7 +3298,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
shawburn/style.css

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