From e9dc5b7d02a6b57fa385fd7b002f21faea40e334 Mon Sep 17 00:00:00 2001 From: Ashwin P Chandran Date: Sun, 18 Jul 2021 21:23:08 -0700 Subject: [PATCH] Fix whitespace between Navbar and breadcrumbs There is a whitespace between the Navbar and breadcrumb/sort section. The change here is to remove the margin style that causes the white space. --- src/frontend/app/ui/frame/frame.component.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/frontend/app/ui/frame/frame.component.css b/src/frontend/app/ui/frame/frame.component.css index 27c63ab0..33e3b28e 100644 --- a/src/frontend/app/ui/frame/frame.component.css +++ b/src/frontend/app/ui/frame/frame.component.css @@ -2,10 +2,6 @@ nav { z-index: 999; } -.navbar { - margin-bottom: 20px; -} - ng2-slim-loading-bar { /* display: block; */ z-index: 999999;