Skip to content

Commit

Permalink
Back
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Jul 24, 2019
1 parent cd4efbf commit 10b7981
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions source/css/_common/components/comments.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.comments { margin: 60px 20px 0; }
6 changes: 6 additions & 0 deletions source/css/_common/components/pages/post-detail.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.page-post-detail {

.sidebar-toggle-line { background: $sidebar-highlight; }

.comments { overflow: hidden; }
}
5 changes: 0 additions & 5 deletions source/css/_common/components/post/post.styl
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
transform: rotate(30deg);
}

.comments {
margin: 60px 20px 0;
overflow: hidden;
}

.use-motion {
if hexo-config('motion.transition.post_block') {
.post-block,
Expand Down

0 comments on commit 10b7981

Please sign in to comment.