From: Jay Sitter Date: Mon, 3 Jul 2023 21:13:33 +0000 (-0400) Subject: Merge remote-tracking branch 'lemmy/main' into fix/fix-long-words-in-titles-overflow X-Git-Url: http://these/git/readmes/README.ja.md?a=commitdiff_plain;h=976812a44665e6a1f7fbf75d94c3383d820c1294;p=lemmy-ui.git Merge remote-tracking branch 'lemmy/main' into fix/fix-long-words-in-titles-overflow * lemmy/main: v0.18.1-rc.9 fix: Fix comment collapse and vote buttons not having focus style (#1789) Add missing modlog reasons (#1787) Fix search page breaking on initial load when logged in (#1781) feat: Add PR template (#1785) v0.18.1-rc.8 Fix profile loading spinner fix: Move getRoleLabelPill to the only component that uses it fix: Remove unused hasBadges() function fix: Fix badge alignment and break out into component fix: Fix up filter row gaps and margins a little fix: Fix heading levels fix: Simplify row classes a bit fix: Fix some gaps in search filters fix: Fix row gap on search options fix: Add bottom margin to inbox controls fix: Small cleanup to search/inbox controls --- 976812a44665e6a1f7fbf75d94c3383d820c1294 diff --cc src/shared/components/post/post-listing.tsx index 9bb416a,84851de..5dcff2f --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@@ -477,8 -465,8 +465,8 @@@ export class PostListing extends Compon return ( <> -
-

+
-
++

{url && this.props.showBody ? (