From 30e3c760221bc40abb325eebeaf68d8072071d1f Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 17 Aug 2019 22:00:11 -0700 Subject: [PATCH] more styles. --- ui/src/components/main.tsx | 2 +- ui/src/components/post-listing.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/main.tsx b/ui/src/components/main.tsx index 91d56cc0c..a21be2504 100644 --- a/ui/src/components/main.tsx +++ b/ui/src/components/main.tsx @@ -315,7 +315,7 @@ export class Main extends Component { paginator() { return ( -
+
{this.state.page > 1 && } diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index 4bc07a04f..d1acc46a6 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -46,7 +46,7 @@ export class PostListing extends Component { render() { return ( -
+
{!this.state.showEdit ? this.listing() :