Work towards better editing of embedded items
This commit is contained in:
parent
0496be73b0
commit
10dcec3bd7
12 changed files with 136 additions and 77 deletions
|
|
@ -141,6 +141,18 @@
|
|||
resize: vertical;
|
||||
}
|
||||
}
|
||||
|
||||
.aspect {
|
||||
&__used {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
|
||||
&--input {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&--weapons {
|
||||
grid-area: weapons;
|
||||
|
|
@ -203,13 +215,6 @@
|
|||
.placeholder {
|
||||
opacity: 75%;
|
||||
}
|
||||
|
||||
&__actions {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: end;
|
||||
gap: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
&--mounts {
|
||||
|
|
@ -222,6 +227,13 @@
|
|||
grid-area: storage;
|
||||
}
|
||||
}
|
||||
|
||||
.actions {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: end;
|
||||
gap: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue