|
@@ -18,12 +18,18 @@ header {
|
|
|
/* Layout the left sidebar, main content and right sidebar */
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
+ min-height: 68vh;
|
|
|
}
|
|
|
|
|
|
.mech-picker {
|
|
|
width: 25%;
|
|
|
}
|
|
|
|
|
|
+.mech-list {
|
|
|
+ overflow-y: scroll;
|
|
|
+ max-height: 68vh;
|
|
|
+}
|
|
|
+
|
|
|
.mech-picker input {
|
|
|
display: block;
|
|
|
}
|
|
@@ -31,6 +37,7 @@ header {
|
|
|
.custom-squad {
|
|
|
/* Take the remaining width */
|
|
|
flex-grow: 1;
|
|
|
+ justify-content: start;
|
|
|
}
|
|
|
|
|
|
.mech-members {
|
|
@@ -51,6 +58,7 @@ header {
|
|
|
|
|
|
.squad-description {
|
|
|
display: flex;
|
|
|
+ flex-grow: 1;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
|