Created
October 3, 2021 18:06
-
-
Save i3p9/def2b351a923dd582c7b7c464dc7ce83 to your computer and use it in GitHub Desktop.
RES Hide Sidebar Snippet for Reddit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
._1OVBBWLtHoSPfGCRaPzpTf._3nSp9cdBpqL13CqjdMr2L_ { width: unset } | |
._1BFbVxT49QnrAN3fqGZ1z8._1tvThPWQpORoc2taKebHxs { display: none } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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