mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-21 18:09:54 +02:00
[Fix] Cleanup RangeDependant (#2039)
* Made the RangeDependent setting for ActiveEffects Nullable * Removed all RangeDependent data from SRD where enabled was false before * Fixed random flickerfly SRD
This commit is contained in:
parent
2782b62793
commit
b2eeed7bb7
280 changed files with 1692 additions and 3605 deletions
|
|
@ -308,6 +308,10 @@
|
|||
min-height: auto;
|
||||
row-gap: 0;
|
||||
|
||||
&.active {
|
||||
row-gap: 10px;
|
||||
}
|
||||
|
||||
legend {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue