mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-22 23:43:37 +02:00
Added support for keeping currently marked hitPoints/stress when transforming
This commit is contained in:
parent
dcf0293008
commit
800eefbddf
6 changed files with 86 additions and 9 deletions
|
|
@ -11,6 +11,21 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
|
||||
.transform-resources {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
.transform-resource {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2px;
|
||||
|
||||
.resource-title {
|
||||
font-size: var(--font-size-18);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.actor-drop-line {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue