From: Jay Sitter Date: Sun, 25 Jun 2023 23:46:27 +0000 (-0400) Subject: fix: Fix a too-small thumbnail column X-Git-Url: http://these/git/%24%7Bsubmission.url%7D?a=commitdiff_plain;h=a90c34eb7f79eb136e912297524b0b64766b08e6;p=lemmy-ui.git fix: Fix a too-small thumbnail column --- diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 70ec2c8..a79c8c2 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -1418,10 +1418,10 @@ export class PostListing extends Component { /> )} -
+
{this.thumbnail()}
-
+
{this.postTitleLine()} {this.createdLine()} {this.showBodyPreview()}