diff --git a/templates/components/navbar.html b/templates/components/navbar.html index 3a9e7d1..2dbb8a5 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, diff --git a/templates/map/index.html b/templates/map/index.html index 179e891..0521bc1 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