Route builder: drop reserved label height on single-column mobile layout

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
popovskik 2026-07-31 21:28:00 +02:00
parent cc047dd867
commit c035b64bd3
1 changed files with 4 additions and 0 deletions

View File

@ -873,6 +873,10 @@
.guide-route { margin-top: 24px; padding: 22px; border-radius: 16px; } .guide-route { margin-top: 24px; padding: 22px; border-radius: 16px; }
.guide-route-actions .btn { width: 100%; text-align: center; } .guide-route-actions .btn { width: 100%; text-align: center; }
} }
/* Single-column route form: labels sit naturally, no reserved 2-line height */
@media (max-width: 430px) {
.guide-field label { min-height: 0; }
}
/* ---------- Personal route results page ---------- */ /* ---------- Personal route results page ---------- */
.route-report-page { max-width: 820px; margin: 56px auto 64px; padding: 0 24px; } .route-report-page { max-width: 820px; margin: 56px auto 64px; padding: 0 24px; }