Make a unique ArmourSheet so that it can have a better UX for indicating protection locations

This commit is contained in:
Oliver-Akins 2025-07-20 21:35:27 -06:00
parent 2b88bcc2ef
commit 94942c8eab
9 changed files with 407 additions and 6 deletions

View 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;
}
}
}