There’s a few NSFW communities who keep getting advertised on the sidebar, showing an inappropriate photo. I don’t care to see it.

  • arkcom
    link
    fedilink
    61 year ago

    As a temp workaround, add the following css in stylus or stylbot for kbin.social to hide random posts and threads

    section.posts.section {
    display: none;
    }

    section.entries.section {
    display: none;
    }

    • RheingoldRiver
      link
      fedilink
      41 year ago

      improved version:

      section.active-users.section,
      section.posts.section,
      section.entries.section {
      display: none;
      }
      
      
      • arkcom
        link
        fedilink
        2
        edit-2
        1 year ago

        and my favorite (makes screen wider) -
        .kbin-container { max-width: 90%; }