]> Untitled Git - lemmy.git/commitdiff
Removing navbar toggler border.
authorDessalines <tyhou13@gmx.com>
Tue, 20 Aug 2019 21:40:51 +0000 (14:40 -0700)
committerDessalines <tyhou13@gmx.com>
Tue, 20 Aug 2019 21:40:51 +0000 (14:40 -0700)
ui/src/components/community.tsx
ui/src/css/main.css

index 0a982a84775d34e69afeac03c4680ba57c6e103d..3459320c496297ea10d39a2e724885b3d95a8655 100644 (file)
@@ -147,7 +147,7 @@ export class Community extends Component<any, State> {
 
   paginator() {
     return (
-      <div class="mt-2">
+      <div class="my-2">
         {this.state.page > 1 && 
           <button class="btn btn-sm btn-secondary mr-1" onClick={linkEvent(this, this.prevPage)}><T i18nKey="prev">#</T></button>
         }
index 729604a91aac003a943c14f65d7b946aa0811d35..af1ca686c8bf87468529383f96943b7968baf4a5 100644 (file)
@@ -2,6 +2,10 @@ body, .text-white, .navbar-brand, .badge-light, .btn-secondary {
   color: #dedede !important;
 }
 
+.navbar-toggler {
+  border: 0px;
+}
+
 .pointer {
   cursor: pointer;
 }