mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 12:05:01 +00:00
Remove dividing lines again.
This commit is contained in:
parent
8378810e0e
commit
cd17e6c9d7
1 changed files with 2 additions and 1 deletions
3
ui/src/components/post-listings.tsx
vendored
3
ui/src/components/post-listings.tsx
vendored
|
@ -21,7 +21,8 @@ export class PostListings extends Component<PostListingsProps, any> {
|
||||||
{this.props.posts.length > 0 ? this.props.posts.map(post =>
|
{this.props.posts.length > 0 ? this.props.posts.map(post =>
|
||||||
<>
|
<>
|
||||||
<PostListing post={post} showCommunity={this.props.showCommunity} />
|
<PostListing post={post} showCommunity={this.props.showCommunity} />
|
||||||
<hr class="my-2" />
|
<hr class="d-md-none my-2" />
|
||||||
|
<div class="d-none d-md-block my-3"></div>
|
||||||
</>
|
</>
|
||||||
) :
|
) :
|
||||||
<>
|
<>
|
||||||
|
|
Loading…
Reference in a new issue