From a9f2f88604931620e38093ff0e16c35d0e012519 Mon Sep 17 00:00:00 2001 From: Shawn Date: Wed, 27 May 2026 19:51:45 -0400 Subject: [PATCH] ux: Increase map max-height from 60vh to 70vh for better square ratio --- static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index f1b3aa9..d2649b9 100644 --- a/static/index.html +++ b/static/index.html @@ -799,8 +799,8 @@ #mapContainer { width: 100%; aspect-ratio: 1 / 1; - max-height: 60vh; - min-height: 300px; + max-height: 70vh; + min-height: 350px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border);