[Fix] TagTag/GroupRoll Resource Handling (#2022)

This commit is contained in:
WBHarry 2026-06-21 04:50:09 +02:00 committed by GitHub
parent 29be8c1395
commit 08b95e48d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 92 additions and 47 deletions

View file

@ -88,9 +88,21 @@
grid-template-columns: 1fr 1fr;
gap: 8px;
&.inactive {
.inactive {
opacity: 0.4;
}
.initiator-cost-fields {
display: flex;
flex-direction: column;
align-items: flex-start;
.initiator-cost-inputs {
display: grid;
grid-template-columns: auto 1fr;
align-items: center;
}
}
}
footer {