feat: make sure maps extends over all available height, round corners
This commit is contained in:
parent
349af16075
commit
76232b7a0f
@ -3,7 +3,7 @@
|
|||||||
{% block title %}<title>{% translate "Karte" %}</title>{% endblock %}
|
{% block title %}<title>{% translate "Karte" %}</title>{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="section" style="height:70vh">
|
<div style="height:70vh">
|
||||||
{% include "fellchensammlung/partials/bulma-partial-map.html" %}
|
{% include "fellchensammlung/partials/bulma-partial-map.html" %}
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<script src="{% static 'fellchensammlung/js/turf.min.js' %}"></script>
|
<script src="{% static 'fellchensammlung/js/turf.min.js' %}"></script>
|
||||||
|
|
||||||
<!-- add container for the map -->
|
<!-- add container for the map -->
|
||||||
<div id="map" style="width:100%;aspect-ratio:16/9;height:100%"></div>
|
<div id="map" class="map"></div>
|
||||||
|
|
||||||
<!-- start map -->
|
<!-- start map -->
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user