diff --git a/client/talk-plugin-history/Comment.css b/client/talk-plugin-history/Comment.css index ba63aaeb1..1200709a3 100644 --- a/client/talk-plugin-history/Comment.css +++ b/client/talk-plugin-history/Comment.css @@ -27,9 +27,18 @@ } .commentSummaryReactions { - margin-right: 5px; + margin-right: 10px; } +.reactionCount, .replyCount { + margin: 0 4px; +} + +.countZero { + color: #9E9E9E; +} + + .sidebar { ul { margin-top: 0; diff --git a/client/talk-plugin-history/Comment.js b/client/talk-plugin-history/Comment.js index 2ddd45816..b813e514b 100644 --- a/client/talk-plugin-history/Comment.js +++ b/client/talk-plugin-history/Comment.js @@ -25,15 +25,19 @@ class Comment extends React.Component { data={data} queryData={{root, comment, asset: comment.asset}} /> -