mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-25 22:01:13 +00:00
fix margin issue on postlisting mobile view
This commit is contained in:
parent
08370d4c4e
commit
6ca365fca1
1 changed files with 1 additions and 1 deletions
|
@ -1373,7 +1373,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
|
|||
<div className="d-block d-sm-none">
|
||||
<article className="row post-container">
|
||||
<div className="col-12">
|
||||
{this.createdLine()}
|
||||
<div className="mb-1">{this.createdLine()}</div>
|
||||
|
||||
{/* If it has a thumbnail, do a right aligned thumbnail */}
|
||||
{this.mobileThumbnail()}
|
||||
|
|
Loading…
Reference in a new issue