Add packs !
This commit is contained in:
parent
efc23f466b
commit
dfe4aa0c56
@ -319,15 +319,14 @@ i.fvtt-cthulhu-eternal {
|
||||
margin-left: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-pc .protagonist-right .willpower input {
|
||||
min-width: 2.2rem;
|
||||
min-width: 2.4rem;
|
||||
max-width: 2.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-pc .protagonist-right .willpower .label-field {
|
||||
flex-grow: 0;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-pc .protagonist-right .willpower .checkbox {
|
||||
min-width: 1rem;
|
||||
max-width: 1rem;
|
||||
max-width: 3rem;
|
||||
min-width: 3rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-pc .protagonist-right .protagonist-infos {
|
||||
display: flex;
|
||||
|
BIN
packs/skills/000005.ldb
(Stored with Git LFS)
Normal file
BIN
packs/skills/000005.ldb
(Stored with Git LFS)
Normal file
Binary file not shown.
0
packs/skills/000017.log
Normal file
0
packs/skills/000017.log
Normal file
BIN
packs/skills/CURRENT
(Stored with Git LFS)
Normal file
BIN
packs/skills/CURRENT
(Stored with Git LFS)
Normal file
Binary file not shown.
0
packs/skills/LOCK
Normal file
0
packs/skills/LOCK
Normal file
BIN
packs/skills/LOG
(Stored with Git LFS)
Normal file
BIN
packs/skills/LOG
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
packs/skills/LOG.old
(Stored with Git LFS)
Normal file
BIN
packs/skills/LOG.old
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
packs/skills/MANIFEST-000016
(Stored with Git LFS)
Normal file
BIN
packs/skills/MANIFEST-000016
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -84,15 +84,16 @@
|
||||
}
|
||||
.willpower {
|
||||
input {
|
||||
min-width: 2.2rem;
|
||||
min-width: 2.4rem;
|
||||
max-width: 2.4rem;
|
||||
}
|
||||
.label-field {
|
||||
flex-grow: 0;
|
||||
margin-left: 4px;
|
||||
max-width: 3.0rem;
|
||||
min-width: 3.0rem;
|
||||
}
|
||||
.checkbox {
|
||||
min-width: 1rem;
|
||||
max-width: 1rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -65,8 +65,7 @@
|
||||
<span class="label-field">{{localize "CTHULHUETERNAL.Label.max"}}</span>
|
||||
{{formField systemFields.wp.fields.max value=system.wp.max rootId=partId disabled=true}}
|
||||
<span class="label-field">{{localize "CTHULHUETERNAL.Label.exhausted"}}</span>
|
||||
{{formField systemFields.wp.fields.exhausted value=system.wp.exhausted classes=checkbox}}
|
||||
|
||||
{{formField systemFields.wp.fields.exhausted value=system.wp.exhausted classes="checkbox"}}
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user