forked from GitHub-Mirrors/foundry-sw5e
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:
parent
18790c1406
commit
42e359c887
1 changed files with 4 additions and 1 deletions
5
sw5e.css
5
sw5e.css
|
@ -1313,7 +1313,10 @@
|
||||||
color: #7a7971;
|
color: #7a7971;
|
||||||
}
|
}
|
||||||
.sw5e.sheet.item .weapon-properties label.checkbox {
|
.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 {
|
.sw5e.sheet.item .loot-header {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue