mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-17 18:04:01 +00:00
Changing margins.
This commit is contained in:
parent
ed5043cd84
commit
f0dc7f8356
1 changed files with 1 additions and 1 deletions
2
ui/src/components/post-listings.tsx
vendored
2
ui/src/components/post-listings.tsx
vendored
|
@ -22,7 +22,7 @@ export class PostListings extends Component<PostListingsProps, any> {
|
||||||
<>
|
<>
|
||||||
<PostListing post={post} showCommunity={this.props.showCommunity} />
|
<PostListing post={post} showCommunity={this.props.showCommunity} />
|
||||||
<hr class="d-md-none my-2" />
|
<hr class="d-md-none my-2" />
|
||||||
<div class="d-none d-md-block my-3"></div>
|
<div class="d-none d-md-block my-2"></div>
|
||||||
</>
|
</>
|
||||||
) :
|
) :
|
||||||
<>
|
<>
|
||||||
|
|
Loading…
Reference in a new issue