Browse Source

Un-bold OP marker in collapsed comments

merge-requests/37/head
Deimos 6 years ago
parent
commit
651fb2f752
  1. 4
      tildes/scss/modules/_comment.scss

4
tildes/scss/modules/_comment.scss

@ -140,6 +140,10 @@
.comment-excerpt {
display: inline-block;
}
&.is-comment-by-op .comment-user-info {
font-weight: normal;
}
}
// uses @extend to only collapse everything inside the collapsed comment itself and

Loading…
Cancel
Save