]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
change map to cover complete height of screen
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 11 Aug 2020 12:26:23 +0000 (14:26 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 11 Aug 2020 12:29:20 +0000 (14:29 +0200)
dist/assets/css/search.css
src/assets/css/search.css

index dc3e54b7c0b7bb4c83735dce87b9614461b53ef1..7026a388a77afea12473949064a06d78d8cb61bf 100755 (executable)
@@ -52,7 +52,7 @@ form #q {
 
 #map-wrapper {
   position: relative;
-  min-height: 700px;
+  height: calc(100vh - 250pt);
   width: 75%;
   padding-right: 20px;
   display: inline-block;
@@ -61,7 +61,6 @@ form #q {
 
 #map {
   height: 100%;
-  min-height: 700px;
   background:#eee;
 }
 
@@ -156,4 +155,4 @@ form #q {
 
 label {
   font-weight: normal;
-}
\ No newline at end of file
+}
index dc3e54b7c0b7bb4c83735dce87b9614461b53ef1..7026a388a77afea12473949064a06d78d8cb61bf 100755 (executable)
@@ -52,7 +52,7 @@ form #q {
 
 #map-wrapper {
   position: relative;
-  min-height: 700px;
+  height: calc(100vh - 250pt);
   width: 75%;
   padding-right: 20px;
   display: inline-block;
@@ -61,7 +61,6 @@ form #q {
 
 #map {
   height: 100%;
-  min-height: 700px;
   background:#eee;
 }
 
@@ -156,4 +155,4 @@ form #q {
 
 label {
   font-weight: normal;
-}
\ No newline at end of file
+}