AfroThundr

u/AfroThundr@kbin.social
0 posts · 5 comments

Recent posts

No posts.

Recent comments

on Kbin-it - Changelog · c/kbinStyles · 1 pts · 3y

Ah that makes sense, perhaps removing the rounded corners on those merged areas would enhance the look of them being connected better.

on Kbin-it - Changelog · c/kbinStyles · 1 pts · 3y

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;
  }
}