eh, (edited )

Here are some uBlock Origin filters I crafted to hide some parts of the sidebar:

*##^.kbin-container #sidebar > .active-users
*##^.kbin-container #sidebar > .related-magazines
*##^.kbin-container #sidebar > .section.posts
*##^.kbin-container #sidebar > .section.entries

Should work on all kbin instances, and uses HTML filtering (^, only works on Firefox) so you don't end up with a million random avatars from active users trying to load all to get hidden away


CSS to make the sidebar smaller. Especially useful with the max-width snippet shared by OP. Assumes sidebar on the right.

	#middle .kbin-container {
		grid-template-columns: 1fr 300px;
	}


CSS to move the image to the left on compact view

	main#main.view-compact article.entry {
		grid-template-areas:
			"vote image title"
			"vote image meta"
			"vote image footer"
			"body body body"
			"preview preview preview" !important;
		grid-template-columns: min-content min-content 1fr;
	}

  • All
  • Subscribed
  • Moderated
  • Favorites
  • kbinStyles
  • slotface
  • kavyap
  • thenastyranch
  • everett
  • tacticalgear
  • rosin
  • Durango
  • DreamBathrooms
  • mdbf
  • magazineikmin
  • InstantRegret
  • Youngstown
  • khanakhh
  • ethstaker
  • megavids
  • ngwrru68w68
  • cisconetworking
  • modclub
  • tester
  • osvaldo12
  • cubers
  • GTA5RPClips
  • normalnudes
  • Leos
  • provamag3
  • anitta
  • JUstTest
  • lostlight
  • All magazines