summaryrefslogtreecommitdiff
path: root/searx/templates/simple/result_templates/map.html
diff options
context:
space:
mode:
Diffstat (limited to 'searx/templates/simple/result_templates/map.html')
-rw-r--r--searx/templates/simple/result_templates/map.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/result_templates/map.html b/searx/templates/simple/result_templates/map.html
index 8b08bda6e..dc6a62010 100644
--- a/searx/templates/simple/result_templates/map.html
+++ b/searx/templates/simple/result_templates/map.html
@@ -45,7 +45,7 @@
{{- result_sub_footer(result, proxify) -}}
{% if (result.latitude and result.longitude) or result.boundingbox -%}
- <div id="result-map-{{ index }}" class="invisible"><div id="osm-map-{{ index }}" style="height:300px; width:100%; margin: 10px 0;" ></div></div>
+ <div id="result-map-{{ index }}" class="invisible"><div id="osm-map-{{ index }}" class="osm-map-box"></div></div>
{%- endif %}
{{- result_footer(result) }}