From: Jay Sitter Date: Mon, 26 Jun 2023 00:00:43 +0000 (-0400) Subject: fix: Fix post listing vote/image/title widths X-Git-Url: http://these/git/readmes/README.ja.md?a=commitdiff_plain;h=271425b963bcc44ff9289fa227ed8d930f3174d7;p=lemmy-ui.git fix: Fix post listing vote/image/title widths --- diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index a79c8c2..4e17fa2 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -1407,7 +1407,7 @@ export class PostListing extends Component {
{!this.props.viewOnly && ( -
+
{ />
)} -
-
{this.thumbnail()}
-
-
- {this.postTitleLine()} - {this.createdLine()} - {this.showBodyPreview()} - {this.commentsLine()} - {this.duplicatesLine()} - {this.userActionsLine()} - {this.removeAndBanDialogs()} +
+
+
+
{this.thumbnail()}
+
+
+ {this.postTitleLine()} + {this.createdLine()} + {this.showBodyPreview()} + {this.commentsLine()} + {this.duplicatesLine()} + {this.userActionsLine()} + {this.removeAndBanDialogs()} +
+