mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 12:41:07 +01:00
Fixed broken attack-roll damage button
This commit is contained in:
parent
d81c28ed09
commit
e135c4134e
3 changed files with 18 additions and 2 deletions
|
|
@ -1728,6 +1728,13 @@
|
|||
.daggerheart.chat.roll .dice-result .damage-button {
|
||||
margin-top: 5px;
|
||||
}
|
||||
.daggerheart.chat.roll .dice-actions {
|
||||
margin-top: 5px;
|
||||
display: flex;
|
||||
}
|
||||
.daggerheart.chat.roll .dice-actions button {
|
||||
flex: 1;
|
||||
}
|
||||
.daggerheart.chat.domain-card {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue