Spyke

Replies

Comment on

Kbin-it - Changelog

The style tweaks are nice, but I noticed it made the activity, comment, and sort bars blur together.

So I adjusted the margins to provide cleaner separation to make them look better. (and also for the comments).

@-moz-document domain("kbin.social"), domain("karab.in"), domain("fedia.io") {
  #comment-add {
    margin-bottom: .5em;
    padding: 1em;
  }
  .section.comment {
    margin: .2em;
  }
  article.entry.section--top, .options:not(.options--top) {
    margin-bottom: .5em;
  }
}

You reached the end