From: Dessalines Date: Tue, 20 Aug 2019 21:40:51 +0000 (-0700) Subject: Removing navbar toggler border. X-Git-Url: http://these/git/?a=commitdiff_plain;h=baf205e113f7963fa65d373c84b73a0ac91284a8;p=lemmy.git Removing navbar toggler border. --- diff --git a/ui/src/components/community.tsx b/ui/src/components/community.tsx index 0a982a84..3459320c 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 729604a9..af1ca686 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; }