Fixed broken attack-roll damage button

This commit is contained in:
WBHarry 2025-05-27 13:53:57 +02:00
parent d81c28ed09
commit e135c4134e
3 changed files with 18 additions and 2 deletions

View file

@ -497,6 +497,15 @@
margin-top: 5px;
}
}
.dice-actions {
margin-top: 5px;
display: flex;
button {
flex: 1;
}
}
}
&.domain-card {