Fixed Hope&Fear (#538)

This commit is contained in:
WBHarry 2025-08-03 14:34:33 +02:00 committed by GitHub
parent 7ead70b723
commit 6ef28abd03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 30 additions and 9 deletions

View file

@ -467,14 +467,25 @@
> :last-child {
margin-bottom: 5px;
}
.roll-die {
position: relative;
.dice-rerolled {
position: absolute;
top: 0;
right: 0;
font-size: 10px;
z-index: 2;
filter: drop-shadow(0 0 3px black);
}
}
}
}
.roll-result-container {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
color: var(--text-color);
font-weight: 700;
font-family: 'Cinzel', sans-serif;
@ -486,6 +497,10 @@
.roll-result-desc {
font-size: var(--font-size-16);
margin-top: 2px;
span {
margin-left: 10px;
}
}
}