Created
November 12, 2016 14:59
-
-
Save RAnders00/c2260f3f9c1e6bef378baf0efc9e1269 to your computer and use it in GitHub Desktop.
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
.expando .nestedlisting { | |
margin-top: 10px | |
} | |
.expando .nestedlisting .midcol, | |
.expando .nestedlisting .flat-list, | |
.expando .nestedlisting .comment .child, | |
.expando .nestedlisting .morecomments { | |
display: none!important | |
} | |
.expando .nestedlisting .usertext-body .md { | |
border-width: 0!important; | |
background-color: transparent!important; | |
padding: 5px 0!important | |
} | |
.expando .nestedlisting .comment { | |
margin-left: 0!important | |
} | |
.expando .nestedlisting .comment:nth-of-type(1n+7) { | |
display: none | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment