Skip to content

Instantly share code, notes, and snippets.

@i3p9
Created October 3, 2021 18:06
Show Gist options
  • Save i3p9/def2b351a923dd582c7b7c464dc7ce83 to your computer and use it in GitHub Desktop.
Save i3p9/def2b351a923dd582c7b7c464dc7ce83 to your computer and use it in GitHub Desktop.
RES Hide Sidebar Snippet for Reddit
._1OVBBWLtHoSPfGCRaPzpTf._3nSp9cdBpqL13CqjdMr2L_ { width: unset }
._1BFbVxT49QnrAN3fqGZ1z8._1tvThPWQpORoc2taKebHxs { display: none }
.side { display: none; }
body { min-width: 50px !important; }
body[class] > .content {margin-right: 20px;}
.content {width: 97% !important;
margin-right: 20px !important;
padding-right: 50px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment