summaryrefslogtreecommitdiffstats
path: root/ui/src/components/community.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-02-15 20:29:57 -0500
committerDessalines <tyhou13@gmx.com>2020-02-15 20:29:57 -0500
commit4b0a55144f3d0f5d468cc17f39218dcaa010a71f (patch)
treec44b297a76142b677b5c24af680e977880bca056 /ui/src/components/community.tsx
parent83d17b2643f1c9d56f2338cb244d857eddaf1fb4 (diff)
Some front end fixes.
Diffstat (limited to 'ui/src/components/community.tsx')
-rw-r--r--ui/src/components/community.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/src/components/community.tsx b/ui/src/components/community.tsx
index e28c99bc..67386469 100644
--- a/ui/src/components/community.tsx
+++ b/ui/src/components/community.tsx
@@ -136,6 +136,7 @@ export class Community extends Component<any, State> {
render() {
return (
<div class="container">
+ {this.selects()}
{this.state.loading ? (
<h5>
<svg class="icon icon-spinner spin">
@@ -158,7 +159,6 @@ export class Community extends Component<any, State> {
</small>
)}
</h5>
- {this.selects()}
{this.listings()}
{this.paginator()}
</div>
@@ -200,7 +200,7 @@ export class Community extends Component<any, State> {
onChange={this.handleDataTypeChange}
/>
- <span class="mx-2">
+ <span class="mx-3">
<SortSelect sort={this.state.sort} onChange={this.handleSortChange} />
</span>
<a
@@ -209,7 +209,7 @@ export class Community extends Component<any, State> {
}`}
target="_blank"
>
- <svg class="icon mx-2 text-muted small">
+ <svg class="icon text-muted small">
<use xlinkHref="#icon-rss">#</use>
</svg>
</a>