Explorar el Código

Hever: Fix Interpolation issue in comment-meta style

Towhidul Islam hace 5 años
padre
commit
6197254cfa
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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 {