We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85eaed commit 5976cc2Copy full SHA for 5976cc2
src/gui/css/styles.css
@@ -63,6 +63,7 @@ a:hover {
63
justify-content: center;
64
align-items: stretch;
65
margin-top: 5px;
66
+ min-height: 60vh;
67
}
68
69
.section {
@@ -79,6 +80,12 @@ a:hover {
79
80
padding: 20px;
81
border-radius: 8px;
82
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
83
+ display: flex;
84
+ flex-direction: column;
85
+}
86
+
87
+.map-box {
88
+ min-height: 400px;
89
90
91
.controls-content {
@@ -94,6 +101,8 @@ a:hover {
94
101
.map-container {
95
102
border: 2px solid #e0e0e0;
96
103
104
+ flex-grow: 1;
105
+ min-height: 300px;
97
106
98
107
99
108
.section h2 {
0 commit comments