Add packs !

This commit is contained in:
LeRatierBretonnien 2025-01-07 20:00:28 +01:00
parent efc23f466b
commit dfe4aa0c56
10 changed files with 25 additions and 11 deletions

View File

@ -319,15 +319,14 @@ i.fvtt-cthulhu-eternal {
margin-left: 4px; margin-left: 4px;
} }
.fvtt-cthulhu-eternal .protagonist-main .protagonist-pc .protagonist-right .willpower input { .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 { .fvtt-cthulhu-eternal .protagonist-main .protagonist-pc .protagonist-right .willpower .label-field {
flex-grow: 0; flex-grow: 0;
margin-left: 4px; margin-left: 4px;
} max-width: 3rem;
.fvtt-cthulhu-eternal .protagonist-main .protagonist-pc .protagonist-right .willpower .checkbox { min-width: 3rem;
min-width: 1rem;
max-width: 1rem;
} }
.fvtt-cthulhu-eternal .protagonist-main .protagonist-pc .protagonist-right .protagonist-infos { .fvtt-cthulhu-eternal .protagonist-main .protagonist-pc .protagonist-right .protagonist-infos {
display: flex; display: flex;

BIN
packs/skills/000005.ldb (Stored with Git LFS) Normal file

Binary file not shown.

0
packs/skills/000017.log Normal file
View File

BIN
packs/skills/CURRENT (Stored with Git LFS) Normal file

Binary file not shown.

0
packs/skills/LOCK Normal file
View 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

Binary file not shown.

BIN
packs/skills/MANIFEST-000016 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -84,15 +84,16 @@
} }
.willpower { .willpower {
input { input {
min-width: 2.2rem; min-width: 2.4rem;
max-width: 2.4rem;
} }
.label-field { .label-field {
flex-grow: 0; flex-grow: 0;
margin-left: 4px; margin-left: 4px;
max-width: 3.0rem;
min-width: 3.0rem;
} }
.checkbox { .checkbox {
min-width: 1rem;
max-width: 1rem;
} }
} }

View File

@ -65,8 +65,7 @@
<span class="label-field">{{localize "CTHULHUETERNAL.Label.max"}}</span> <span class="label-field">{{localize "CTHULHUETERNAL.Label.max"}}</span>
{{formField systemFields.wp.fields.max value=system.wp.max rootId=partId disabled=true}} {{formField systemFields.wp.fields.max value=system.wp.max rootId=partId disabled=true}}
<span class="label-field">{{localize "CTHULHUETERNAL.Label.exhausted"}}</span> <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> </div>
</fieldset> </fieldset>