mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-12-01 16:51:13 +00:00
Update src/shared/components/post/post-listing.tsx
Co-authored-by: Jay Sitter <jsit@users.noreply.github.com>
This commit is contained in:
parent
1d20aa0644
commit
7fbfa2f0ef
1 changed files with 2 additions and 2 deletions
|
@ -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()}
|
||||
|
|
Loading…
Reference in a new issue