ux: Increase map max-height from 60vh to 70vh for better square ratio
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user