Add an action button for Haste checks in the Stats card UI

This commit is contained in:
Eldritch-Oliver 2025-10-08 00:05:09 -06:00
parent 59c66c20a1
commit 6e77bdd949
2 changed files with 15 additions and 0 deletions

View file

@ -49,6 +49,13 @@
margin-left: calc(var(--col-gap) * -1);
padding-left: var(--col-gap);
}
.action-row {
grid-column: span 3;
button {
border-bottom: 2px dashed var(--accent-3);
}
}
.glory-label {
grid-column: 2 / span 1;