From: ayan4m1 Date: Mon, 19 Jun 2023 01:36:27 +0000 (-0400) Subject: feat(css): make vertical rhythm more consistent for post listings X-Git-Url: http://these/git/?a=commitdiff_plain;h=5ccd8922dabefef4be096b8dd58b1a102505e51d;p=lemmy-ui.git feat(css): make vertical rhythm more consistent for post listings --- diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index d2e3893..80da4b3 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -201,7 +201,7 @@ export class PostListing extends Component { const post = this.postView.post; return ( -
+
{!this.state.showEdit ? ( <> {this.listing()} @@ -621,11 +621,11 @@ export class PostListing extends Component { const post = this.postView.post; return ( -
+
{this.commentsButton} {canShare() && (