fix(windkarte): Mobile — Map höher, Panel kürzer (52% statt 72%)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user