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 {
|
#mapContainer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
aspect-ratio: 1 / 1;
|
aspect-ratio: 1 / 1;
|
||||||
max-height: 60vh;
|
max-height: 70vh;
|
||||||
min-height: 300px;
|
min-height: 350px;
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border: 1px solid var(--border);
|
border: 1px solid var(--border);
|
||||||
|
|||||||
Reference in New Issue
Block a user