Browse Source

Reduce margin below vote count on your own comment

merge-requests/85/head
Deimos 5 years ago
parent
commit
4d4a7a7ee7
  1. 5
      tildes/scss/modules/_comment.scss

5
tildes/scss/modules/_comment.scss

@ -167,6 +167,11 @@
.comment-votes {
font-size: 0.6rem;
margin: 0.2rem 0.4rem;
// remove the bottom margin on your own comments (when votes are at the top)
.is-comment-mine > .comment-itself & {
margin-bottom: 0;
}
}
.is-comment-by-op {

Loading…
Cancel
Save