From baf205e113f7963fa65d373c84b73a0ac91284a8 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 20 Aug 2019 14:40:51 -0700 Subject: [PATCH] Removing navbar toggler border. --- ui/src/components/community.tsx | 2 +- ui/src/css/main.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/src/components/community.tsx b/ui/src/components/community.tsx index 0a982a847..3459320c4 100644 --- a/ui/src/components/community.tsx +++ b/ui/src/components/community.tsx @@ -147,7 +147,7 @@ export class Community extends Component { paginator() { return ( -
+
{this.state.page > 1 && } diff --git a/ui/src/css/main.css b/ui/src/css/main.css index 729604a91..af1ca686c 100644 --- a/ui/src/css/main.css +++ b/ui/src/css/main.css @@ -2,6 +2,10 @@ body, .text-white, .navbar-brand, .badge-light, .btn-secondary { color: #dedede !important; } +.navbar-toggler { + border: 0px; +} + .pointer { cursor: pointer; }