summaryrefslogtreecommitdiffstats
path: root/ui/src/components/post-listings.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-03-19 11:45:23 -0400
committerDessalines <tyhou13@gmx.com>2020-03-19 11:45:23 -0400
commit47dd8acf54bf648fd374aac2fa611ca008919284 (patch)
tree881ebde1fdf9f755e3cf4426b95eb730d136534d /ui/src/components/post-listings.tsx
parented00fe46e2109060f86a88d306a2da2203387b97 (diff)
Adding loading indicators to save and mark as read. #519
Diffstat (limited to 'ui/src/components/post-listings.tsx')
-rw-r--r--ui/src/components/post-listings.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/src/components/post-listings.tsx b/ui/src/components/post-listings.tsx
index 5e6acc0c..7a68a97b 100644
--- a/ui/src/components/post-listings.tsx
+++ b/ui/src/components/post-listings.tsx
@@ -28,8 +28,7 @@ export class PostListings extends Component<PostListingsProps, any> {
post={post}
showCommunity={this.props.showCommunity}
/>
- <hr class="d-md-none my-2" />
- <div class="d-none d-md-block my-2"></div>
+ <hr class="my-2" />
</>
))
) : (