Last active
October 21, 2020 09:26
-
-
Save lextra2/115b21e3362e4ac5a4a9fc1b2b40ecf3 to your computer and use it in GitHub Desktop.
reddit.com CSS
This file contains hidden or 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
/* hides some elements */ | |
#sr-header-area, | |
#header-img, | |
#RESAccountSwitcherIcon, | |
#NREMail.nohavemail, | |
.res-toggle-filterline-visibility, | |
.res-show-images, | |
.side, | |
.userkarma, | |
.footer-parent, | |
.debuginfo, | |
.infobar.commentsignupbar { | |
display: none !important; | |
} | |
/* adjusts user tab - top right */ | |
#header-bottom-right { | |
top: 0 !important; | |
} | |
/* bottom spacing */ | |
.nav-buttons { | |
margin-bottom: 40px !important; | |
} | |
/* gear icon menu, top right, popup menu looks */ | |
.RESHover { | |
border: none !important; | |
} | |
/* search results spacing */ | |
.search-result { | |
margin-bottom: 0px !important; | |
margin-top: 10px !important; | |
} | |
/* search results hover */ | |
.search-result:hover { | |
background-color: rgb(55, 55, 55) !important; | |
} | |
/* search results max width */ | |
.search-result-group { | |
max-width: 90% !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reddit Enhance
Page Navigator > Off
Never Ending Reddit > Off
Track Vote Weight > Off
Browse by Wheel > Off
Message Menu > Off