mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
Added RollMode to standalone DamageDialog and to RollDialog. ChatMessage now add ChatSpeaker
This commit is contained in:
parent
422f28c93c
commit
9688bf2e7e
12 changed files with 106 additions and 39 deletions
|
|
@ -114,5 +114,19 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.roll-dialog-controls {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
|
||||
.roll-mode-select {
|
||||
width: min-content;
|
||||
}
|
||||
|
||||
button {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue