Weapon & Armor Properties Update

This was now baked into the system so I had to remove our custom code and tweak it for armor.
This commit is contained in:
supervj 2020-09-15 00:21:32 -04:00 committed by GitHub
parent 18790c1406
commit 42e359c887
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1313,7 +1313,10 @@
color: #7a7971;
}
.sw5e.sheet.item .weapon-properties label.checkbox {
flex: 0 0 98px;
flex: 0 0 110px;
}
.sw5e.sheet.item .armor-properties label.checkbox {
flex: 0 0 110px;
}
.sw5e.sheet.item .loot-header {
margin-bottom: 10px;