Added rerolls for damage dice in chat

This commit is contained in:
WBHarry 2025-08-08 17:51:10 +02:00
parent a25007b994
commit c4697637e0
4 changed files with 95 additions and 14 deletions

View file

@ -522,10 +522,14 @@
.roll-die {
display: grid;
grid-template-areas:
". a a"
"c b b";
'. a a'
'c b b';
gap: 3px;
.reroll-button:hover {
filter: drop-shadow(0 0 3px @golden);
}
label {
text-align: center;
height: var(--font-size-12);