From 5ccd8922dabefef4be096b8dd58b1a102505e51d Mon Sep 17 00:00:00 2001 From: ayan4m1 Date: Sun, 18 Jun 2023 21:36:27 -0400 Subject: [PATCH] feat(css): make vertical rhythm more consistent for post listings --- src/shared/components/post/post-listing.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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() && (