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; }