Skip to content

Instantly share code, notes, and snippets.

@Committing
Last active July 7, 2019 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Committing/501be6c6d34225352b7cb5eb17db679e to your computer and use it in GitHub Desktop.
Save Committing/501be6c6d34225352b7cb5eb17db679e to your computer and use it in GitHub Desktop.
Reddit minimise large
.res-nightmode .comment {
position: relative;
padding-left: 35px;
}
.res-nightmode a.expand {
display: block;
background-color: #333333;
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 22px;
text-indent: -10000px;
}
.res-nightmode a.expand:hover {
background-color: #111111;
}
.res-nightmode .midcol {
z-index: 8888;
position: relative;
}
.res-nightmode .entry {
padding-left: 15px;
}
.res-nightmode .usertext-edit {
padding-left: 25px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment