Skip to content

Commit 5976cc2

Browse files
committed
Improve responsive UI layout
1 parent a85eaed commit 5976cc2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/gui/css/styles.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ a:hover {
6363
justify-content: center;
6464
align-items: stretch;
6565
margin-top: 5px;
66+
min-height: 60vh;
6667
}
6768

6869
.section {
@@ -79,6 +80,12 @@ a:hover {
7980
padding: 20px;
8081
border-radius: 8px;
8182
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;
8289
}
8390

8491
.controls-content {
@@ -94,6 +101,8 @@ a:hover {
94101
.map-container {
95102
border: 2px solid #e0e0e0;
96103
border-radius: 8px;
104+
flex-grow: 1;
105+
min-height: 300px;
97106
}
98107

99108
.section h2 {

0 commit comments

Comments
 (0)