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 content %}
<div class="section" style="height:70vh">
<div style="height:70vh">
{% include "fellchensammlung/partials/bulma-partial-map.html" %}
</div>
{% endblock %}

View File

@ -10,7 +10,7 @@
<script src="{% static 'fellchensammlung/js/turf.min.js' %}"></script>
<!-- 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 -->
<script>