diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index f4ea0e56e..c338a6182 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -191,7 +191,7 @@ export class PostListing extends Component { if (isImage(post.url)) { return (
@@ -204,7 +204,7 @@ export class PostListing extends Component { } else if (post.thumbnail_url) { return ( { mobileThumbnail() { return this.props.post.thumbnail_url || isImage(this.props.post.url) ? (
-
{this.postTitleLine()}
+
+ {this.postTitleLine()} +
{/* Post body prev or thumbnail */} {!this.state.imageExpanded && this.thumbnail()}