summaryrefslogtreecommitdiffstats
path: root/ui/src/components/post.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-03-06 09:55:32 -0500
committerDessalines <tyhou13@gmx.com>2020-03-06 09:57:15 -0500
commit08af66ba28f38339a5ae655493d3ab299508d910 (patch)
treed73540598391a8fd0f7790217ba1c698f5c53aec /ui/src/components/post.tsx
parent15e91e4b4c1e988039442f02f619a28f0fb7a8f3 (diff)
Some comment-node additions
- Hiding extra vote counts if no downvotes. - Showing numbers on actions if there are.
Diffstat (limited to 'ui/src/components/post.tsx')
-rw-r--r--ui/src/components/post.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/post.tsx b/ui/src/components/post.tsx
index e6b4a206..ed1ba302 100644
--- a/ui/src/components/post.tsx
+++ b/ui/src/components/post.tsx
@@ -211,7 +211,7 @@ export class Post extends Component<any, PostState> {
sortRadios() {
return (
- <div class="btn-group btn-group-toggle mb-3">
+ <div class="btn-group btn-group-toggle">
<label
className={`btn btn-sm btn-secondary pointer ${this.state
.commentSort === CommentSortType.Hot && 'active'}`}