feat: make sure maps extends over all available height, round corners

This commit is contained in:
moanos [he/him] 2025-05-09 21:16:54 +02:00
parent 349af16075
commit 76232b7a0f
2 changed files with 2 additions and 2 deletions

View File

@ -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 %}

View File

@ -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>