Skip to content

Commit e38e702

Browse files
quite good
1 parent 001d6a0 commit e38e702

File tree

5 files changed

+230
-174
lines changed

5 files changed

+230
-174
lines changed

index.css

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,23 @@ html, body {
44
}
55
body {
66
display: flex;
7-
flex-direction: column;
7+
flex-direction: row;
88
height: 100svh;
99
margin: 0;
1010
}
11+
#app-container {
12+
display: flex;
13+
flex-direction: column;
14+
flex: 1;
15+
min-height: 0;
16+
min-width: 0;
17+
}
1118
#top-container {
1219
display: flex;
1320
flex-direction: row;
14-
flex: 1 1 auto;
21+
flex: 1;
1522
min-height: 0;
23+
min-width: 0;
1624
}
1725
#vehicle-container{
1826
width: 0px;
@@ -85,6 +93,8 @@ body {
8593
flex: 0 0 auto;
8694
max-height: 60svh;
8795
scrollbar-width: auto;
96+
min-width: 0;
97+
position: relative;
8898
}
8999
#controls-box, #controls-box * { box-sizing: border-box; }
90100
#controls-box .full-width { inline-size: 100%; min-inline-size: 0; }
@@ -94,7 +104,7 @@ body {
94104
display: flex;
95105
justify-content: center;
96106
align-items: center;
97-
gap: 10px;
107+
gap: 5px;
98108
padding: 0.3rem;
99109
background-color: rgb(224, 224, 224);
100110
flex-wrap: wrap;

0 commit comments

Comments
 (0)