Skip to content

Instantly share code, notes, and snippets.

@elmuerte
Created June 7, 2018 18:45
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 elmuerte/c3a541c166cbcb20a66c7efc1d6f1684 to your computer and use it in GitHub Desktop.
Save elmuerte/c3a541c166cbcb20a66c7efc1d6f1684 to your computer and use it in GitHub Desktop.
dev.to user style
/* article listing */
.article-engagement-count.reactions-count {
display: none !important;
}
.article-engagement-count.comments-count {
left: 20px !important;
}
/* article view */
#article-reaction-actions .reaction-number,
.reaction-button .reactions-count {
display: none !important;
}
/* show number when interacted */
/*
#article-reaction-actions .user-activated .reaction-number {
display: inline !important;
}
.reaction-button.reacted .reactions-count {
display: inline !important;
}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment