From 354a9240f004e0d6138b8498841dc713ab59c305 Mon Sep 17 00:00:00 2001 From: Bernt Christian Egeland Date: Fri, 20 Aug 2021 13:04:47 +0200 Subject: [PATCH] reduced navbar padding / height --- web/src/App.jsx | 2 +- web/src/components/AppBar.jsx | 6 +++--- web/src/components/NavigationDrawer.jsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/src/App.jsx b/web/src/App.jsx index 1212f293f..4ddedece5 100644 --- a/web/src/App.jsx +++ b/web/src/App.jsx @@ -23,7 +23,7 @@ export default function App() { ) : (
-
+
diff --git a/web/src/components/AppBar.jsx b/web/src/components/AppBar.jsx index c35a4ad4a..567fe291d 100644 --- a/web/src/components/AppBar.jsx +++ b/web/src/components/AppBar.jsx @@ -37,13 +37,13 @@ export default function AppBar({ title: Title, overflowRef, onOverflowClick }) { return (
-
@@ -54,7 +54,7 @@ export default function AppBar({ title: Title, overflowRef, onOverflowClick }) {