Can we stop showing NSFW subs on the sidebar?
There's a few NSFW communities who keep getting advertised on the sidebar, showing an inappropriate photo. I don't care to see it.
You are viewing a single comment
There's a few NSFW communities who keep getting advertised on the sidebar, showing an inappropriate photo. I don't care to see it.
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;
}
improved version:
and my favorite (makes screen wider) -
.kbin-container { max-width: 90%; }