From 5b6bc70f8605e0c12c7864c611c9914efe9250df Mon Sep 17 00:00:00 2001 From: sli1989 Date: Sun, 18 Mar 2018 20:36:00 +0800 Subject: [PATCH] add comment count in mobile --- source/css/_common/components/post/post-meta.styl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/css/_common/components/post/post-meta.styl b/source/css/_common/components/post/post-meta.styl index dca02e57ef..13647316c1 100644 --- a/source/css/_common/components/post/post-meta.styl +++ b/source/css/_common/components/post/post-meta.styl @@ -43,7 +43,3 @@ display: none; } } - -.posts-expand .post-comments-count { - +mobile() { display: none; } -}