Skip to content

Instantly share code, notes, and snippets.

@scfrisby
Last active December 16, 2015 00:29
Show Gist options
  • Save scfrisby/5347954 to your computer and use it in GitHub Desktop.
Save scfrisby/5347954 to your computer and use it in GitHub Desktop.
Hide all comments except those written by the creator of the shot
/* Show only the comments of the original author */
li.response:not(.owner) {
display: none;
}
/* Alternatively, only show the first comment */
li.response:not(:first-child) {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment