From 98b8793dece17483e08f166dfd4b248731ac8017 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 17 Aug 2019 12:15:53 -0700 Subject: Fixing navbar icon position. --- ui/src/components/navbar.tsx | 2 +- ui/src/css/main.css | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'ui/src') diff --git a/ui/src/components/navbar.tsx b/ui/src/components/navbar.tsx index 06bf338b..732527d7 100644 --- a/ui/src/components/navbar.tsx +++ b/ui/src/components/navbar.tsx @@ -103,7 +103,7 @@ export class Navbar extends Component { <> {
  • - + {this.state.unreadCount> 0 && {this.state.unreadCount}} diff --git a/ui/src/css/main.css b/ui/src/css/main.css index 2a65ca19..da018314 100644 --- a/ui/src/css/main.css +++ b/ui/src/css/main.css @@ -90,10 +90,6 @@ blockquote { padding: 0.1em 5px; } -.inbox { - margin-top: 6px; -} - .mouse-icon { margin-top: -4px; } -- cgit v1.2.3