Adjust initial map height to 500px, from 400px
authorLaury GvR <laury@gaslightmedia.com>
Tue, 8 Oct 2019 18:30:15 +0000 (14:30 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 8 Oct 2019 18:30:15 +0000 (14:30 -0400)
glm-member-db/views/front/members/list.html

index 19e352a..3e50503 100755 (executable)
         <div id="glm-locationMap-container">
             {if $settings.selected_map_interface == 1}
                 {* Leaflet Map *}
-                <div id="LeafletMapContainer" style="height: 400px; width: 100%; border: 1px black solid; z-index: +0; margin: 0 auto;"></div>
+                <div id="LeafletMapContainer" style="height: 500px; width: 100%; border: 1px black solid; z-index: +0; margin: 0 auto;"></div>
             {/if}
             {if $settings.selected_map_interface == 2}
                 {* Google Map *}
                         } else {
                             $('body,html').animate({
                                 scrollTop: $("#glm-locationMap-container").offset().top-100
-                            }, 400);
+                            }, 500);
                         }
 
                         var geocoder = new google.maps.Geocoder();