diff --git a/tildes/scss/modules/_comment.scss b/tildes/scss/modules/_comment.scss index 39c053c..567ff2f 100644 --- a/tildes/scss/modules/_comment.scss +++ b/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 {