From: Dessalines Date: Sun, 18 Aug 2019 05:00:11 +0000 (-0700) Subject: more styles. X-Git-Url: http://these/git/?a=commitdiff_plain;h=30e3c760221bc40abb325eebeaf68d8072071d1f;p=lemmy.git more styles. --- diff --git a/ui/src/components/main.tsx b/ui/src/components/main.tsx index 91d56cc0..a21be250 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 4bc07a04..d1acc46a 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() :