]> Untitled Git - lemmy.git/commitdiff
Remove dividing lines again.
authorDessalines <tyhou13@gmx.com>
Thu, 29 Aug 2019 23:46:09 +0000 (16:46 -0700)
committerDessalines <tyhou13@gmx.com>
Thu, 29 Aug 2019 23:46:09 +0000 (16:46 -0700)
ui/src/components/post-listings.tsx

index 5dd6273917e510f12aa541e1e092865d958da357..2bbbea81c12a7d77ed12e0073fefd88fe22a8ed0 100644 (file)
@@ -21,7 +21,8 @@ export class PostListings extends Component<PostListingsProps, any> {
         {this.props.posts.length > 0 ? this.props.posts.map(post => 
           <>
             <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>
           </>
             ) : 
           <>