summaryrefslogtreecommitdiffstats
path: root/ui/src/components/post.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.tsx
parented00fe46e2109060f86a88d306a2da2203387b97 (diff)
Adding loading indicators to save and mark as read. #519
Diffstat (limited to 'ui/src/components/post.tsx')
-rw-r--r--ui/src/components/post.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/post.tsx b/ui/src/components/post.tsx
index 0485975a..518f07c2 100644
--- a/ui/src/components/post.tsx
+++ b/ui/src/components/post.tsx
@@ -211,7 +211,7 @@ export class Post extends Component<any, PostState> {
sortRadios() {
return (
- <div class="btn-group btn-group-toggle">
+ <div class="btn-group btn-group-toggle mb-2">
<label
className={`btn btn-sm btn-secondary pointer ${this.state
.commentSort === CommentSortType.Hot && 'active'}`}