Finish the backpack panel
This commit is contained in:
parent
071e023c2f
commit
a8619246fe
6 changed files with 91 additions and 22 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue