From: Jay Sitter Date: Sat, 17 Jun 2023 01:50:31 +0000 (-0400) Subject: fix: Vertically align icons in post listing X-Git-Url: http://these/git/?a=commitdiff_plain;h=ba3a565d2b468404fcb8b9bc205c1f6a4ce91d59;p=lemmy-ui.git fix: Vertically align icons in post listing --- diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index e170a33..b9d4125 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -631,7 +631,7 @@ export class PostListing extends Component { const post = this.postView.post; return ( -
+
{this.commentsButton} {canShare() && (