From: Dessalines Date: Sat, 17 Jul 2021 16:59:00 +0000 (-0400) Subject: Moving comment link to top bar. Fixes #307 (#336) X-Git-Url: http://these/git/?a=commitdiff_plain;h=0774ea63726664ca7722703118bd7a2b7730ad29;p=lemmy-ui.git Moving comment link to top bar. Fixes #307 (#336) --- diff --git a/src/shared/components/comment-node.tsx b/src/shared/components/comment-node.tsx index 33518f8..9423210 100644 --- a/src/shared/components/comment-node.tsx +++ b/src/shared/components/comment-node.tsx @@ -202,8 +202,9 @@ export class CommentNode extends Component { )} + {this.linkBtn(true)} {/* This is an expanding spacer for mobile */} -
+
{showScores() && ( <> { /> )}
- {this.props.showContext && this.linkBtn} + {this.props.showContext && this.linkBtn()} {this.props.markable && ( )} - {!this.props.showContext && this.linkBtn}