Updated attack rolls and damage rolls for adversaries

This commit is contained in:
WBHarry 2025-05-24 10:25:40 +02:00
parent ee6c97d134
commit faab60b45b
22 changed files with 356 additions and 204 deletions

View file

@ -30,7 +30,7 @@
&.roll {
.dice-tooltip {
.dice-rolls {
.dice-rolls.duality {
display: flex;
align-items: center;
justify-content: space-around;
@ -93,6 +93,11 @@
font-size: 16px;
}
}
.attack-roll-advantage-container {
text-align: end;
font-weight: bold;
}
}
.dice-total {
@ -159,8 +164,20 @@
}
}
.roll-damage-button {
margin-top: 5px;
.dice-actions {
display: flex;
gap: 4px;
button {
flex: 1;
}
}
.dice-result {
.roll-damage-button,
.damage-button {
margin-top: 5px;
}
}
}