Make a unique ArmourSheet so that it can have a better UX for indicating protection locations
This commit is contained in:
parent
2b88bcc2ef
commit
94942c8eab
9 changed files with 407 additions and 6 deletions
11
templates/css/partials/item-header.css
Normal file
11
templates/css/partials/item-header.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
.item-header {
|
||||
.name-row {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) min-content 50px;
|
||||
gap: 4px;
|
||||
|
||||
.quantity {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue