From: mtmail Date: Tue, 11 Aug 2020 13:08:31 +0000 (+0200) Subject: Merge pull request #31 from lonvia/bigger-map X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/commitdiff_plain/2f92893f7ca8da82acfba0a466d6bd24c14c9852?hp=5fb465bcb6b2e2b9f354b0d78fb0245aa8573b3c Merge pull request #31 from lonvia/bigger-map Change map to cover complete height of screen --- diff --git a/dist/assets/css/search.css b/dist/assets/css/search.css index dc3e54b..7026a38 100755 --- a/dist/assets/css/search.css +++ b/dist/assets/css/search.css @@ -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 +} diff --git a/src/assets/css/search.css b/src/assets/css/search.css index dc3e54b..7026a38 100755 --- a/src/assets/css/search.css +++ b/src/assets/css/search.css @@ -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 +}