Last active
July 7, 2019 11:20
-
-
Save Committing/501be6c6d34225352b7cb5eb17db679e to your computer and use it in GitHub Desktop.
Reddit minimise large
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
.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