Update src/shared/components/post/post-listing.tsx

Co-authored-by: Jay Sitter <jsit@users.noreply.github.com>
This commit is contained in:
Alec Armbruster 2023-06-27 19:55:40 -04:00 committed by GitHub
parent 1d20aa0644
commit 7fbfa2f0ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1433,10 +1433,10 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
)}
<div className="col flex-grow-1">
<div className="row">
<div className="col-auto pe-0 post-media">
<div className="col flex-grow-0 px-0">
<div className="">{this.thumbnail()}</div>
</div>
<div className="col-12 col-sm-9 col-lg-10">
<div className="col flex-grow-1">
{this.postTitleLine()}
{this.createdLine()}
{this.commentsLine()}