ux: Increase map max-height from 60vh to 70vh for better square ratio

This commit is contained in:
2026-05-27 19:51:45 -04:00
parent 855976e2b6
commit a9f2f88604
+2 -2
View File
@@ -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);