fix(windkarte): Mobile — Map höher, Panel kürzer (52% statt 72%)
Deploy / verify (push) Successful in 52s
Deploy / deploy (push) Successful in 59s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Peter Meier
2026-05-13 10:28:07 +02:00
parent 0cbf48f1fb
commit fece9c7cfc
@@ -149,7 +149,7 @@
<style>
.map-container {
height: clamp(360px, 58vh, 580px);
height: clamp(460px, 75vh, 620px);
}
/* Panel: mobile = bottom sheet, sm+ = right side panel */
@@ -158,7 +158,7 @@
bottom: 0;
left: 0;
right: 0;
height: 72%;
height: 52%;
transform: translateY(100%);
transition: transform 300ms ease-in-out;
}