reduced navbar padding / height

This commit is contained in:
Bernt Christian Egeland
2021-08-20 13:04:47 +02:00
committed by Blake Blackshear
parent 5ae4f47e96
commit 354a9240f0
3 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ export default function App() {
) : (
<div className="flex flex-row min-h-screen w-full bg-white dark:bg-gray-900 text-gray-900 dark:text-white">
<Sidebar />
<div className="w-full flex-auto p-2 mt-24 px-4 min-w-0">
<div className="w-full flex-auto p-2 mt-16 px-4 min-w-0">
<Router>
<AsyncRoute path="/cameras/:camera/editor" getComponent={Routes.getCameraMap} />
<AsyncRoute path="/cameras/:camera" getComponent={Routes.getCamera} />