Finish the backpack panel

This commit is contained in:
Oliver-Akins 2023-12-24 11:58:02 -07:00
parent 071e023c2f
commit a8619246fe
6 changed files with 91 additions and 22 deletions

View file

@ -61,17 +61,31 @@
display: flex;
flex-direction: row;
align-items: center;
.grow {
flex-grow: 1;
}
}
.col {
display: flex;
flex-direction: column;
}
.grow {
flex-grow: 1;
}
.panel__content {
display: flex;
flex-direction: column;
gap: 4px;
}
.bytes-input,
.supplies-count,
.materials-count {
width: 25%;
text-align: center;
}
textarea {
resize: vertical;
}
}
&--sync {
grid-area: sync;