From: Dessalines Date: Thu, 9 Jul 2020 14:44:05 +0000 (-0400) Subject: Making comment collapse and lightning buttons not spans. Fixes #884 X-Git-Url: http://these/git/?a=commitdiff_plain;h=20f9bde88f52ce875be4d0dc4bd5dd346dfe6b84;p=lemmy.git Making comment collapse and lightning buttons not spans. Fixes #884 --- diff --git a/ui/src/components/comment-node.tsx b/ui/src/components/comment-node.tsx index 839a01dc..49b56629 100644 --- a/ui/src/components/comment-node.tsx +++ b/ui/src/components/comment-node.tsx @@ -189,8 +189,8 @@ export class CommentNode extends Component { )} -
{this.state.collapsed ? ( @@ -202,9 +202,11 @@ export class CommentNode extends Component { )} -
- + {/* This is an expanding spacer for mobile */} +
+ •