Add Attack to Weapon & Override settings to Roll

This commit is contained in:
Dapoolp 2025-07-07 19:58:54 +02:00
parent 21f7d785f7
commit 357679a0a8
20 changed files with 140 additions and 107 deletions

View file

@ -214,11 +214,16 @@
}
&[disabled],
&.child-disabled .form-group,
select[disabled],
input[disabled] {
opacity: 0.5;
}
&.child-disabled .form-group {
pointer-events: none;
}
.nest-inputs {
display: flex;
align-items: center;

View file

@ -53,6 +53,7 @@
justify-content: center;
align-items: center;
font-size: 12px;
gap: 4px;
}
}
}