fix: kleinere Map-Höhe auf Mobile (320px statt 400px+)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -114,8 +114,7 @@
|
||||
{/if}
|
||||
|
||||
<div
|
||||
class="relative overflow-hidden rounded-sm border border-stein-200"
|
||||
style="height: clamp(400px, 65vh, 560px)"
|
||||
class="relative h-[320px] overflow-hidden rounded-sm border border-stein-200 sm:h-[clamp(400px,65vh,560px)]"
|
||||
>
|
||||
<!-- Leaflet map fills the container -->
|
||||
<div bind:this={mapEl} class="absolute inset-0"></div>
|
||||
|
||||
Reference in New Issue
Block a user