mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-10 02:15:11 +00:00
fix: Fix a too-small thumbnail column
This commit is contained in:
parent
424d29847b
commit
a90c34eb7f
|
@ -1418,10 +1418,10 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<div className="col-sm-1 col-md-2 pe-0 post-media">
|
<div className="col-sm-2 pe-0 post-media">
|
||||||
<div className="">{this.thumbnail()}</div>
|
<div className="">{this.thumbnail()}</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="col-12 col-sm-8 col-md-9 ">
|
<div className="col-12 col-sm-9">
|
||||||
{this.postTitleLine()}
|
{this.postTitleLine()}
|
||||||
{this.createdLine()}
|
{this.createdLine()}
|
||||||
{this.showBodyPreview()}
|
{this.showBodyPreview()}
|
||||||
|
|
Loading…
Reference in a new issue