From 9af98ad59c7783c4d89dff998cbdef173d74fbd2 Mon Sep 17 00:00:00 2001 From: Simon-Boyer Date: Sat, 16 Mar 2024 19:55:22 -0400 Subject: [PATCH] repaired css navbar/map --- templates/components/navbar.html | 2 +- templates/map/index.html | 2 +- templates/static/mapStyle.css | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/templates/components/navbar.html b/templates/components/navbar.html index 05ebea9..78b43d6 100644 --- a/templates/components/navbar.html +++ b/templates/components/navbar.html @@ -5,7 +5,7 @@ display: flex; justify-content: space-between; align-items: center; - height: 4vh; + height: 5em; } .munis-navbar .munis-navbar-item:hover, .munis-navbar .munis-navbar-button:hover { border-radius: 10px; diff --git a/templates/map/index.html b/templates/map/index.html index b637f7a..dcda500 100644 --- a/templates/map/index.html +++ b/templates/map/index.html @@ -362,7 +362,7 @@
${feature.properties.map_object.category}
` {{ template "components/navbar" . }} -
diff --git a/templates/static/mapStyle.css b/templates/static/mapStyle.css index 81eae52..02fa892 100644 --- a/templates/static/mapStyle.css +++ b/templates/static/mapStyle.css @@ -1,3 +1,7 @@ #helpModal, #eventModal { z-index: 9999; +} + +.map { + height: calc(100vh - 5em); } \ No newline at end of file