Update the ArmourSheets to allow for the equipped toggle to be present and work
This commit is contained in:
parent
b72c9d9739
commit
3c582c77bb
4 changed files with 45 additions and 6 deletions
|
|
@ -57,6 +57,10 @@
|
|||
border-radius: 4px;
|
||||
padding: 2px 4px;
|
||||
}
|
||||
input[type="checkbox"] {
|
||||
justify-self: end;
|
||||
padding: 0;
|
||||
}
|
||||
.value {
|
||||
border: 2px solid var(--accent-2);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue