Style the Drag/Edge inputs to look and feel better

This commit is contained in:
Oliver-Akins 2025-07-07 22:31:58 -06:00
parent a05adca9d8
commit bd3f2a9f8b
3 changed files with 9 additions and 3 deletions

View file

@ -39,6 +39,12 @@
font-size: 1.5rem;
}
.dredge-row {
display: flex;
gap: 8px;
align-items: center;
}
.dice-target {
display: flex;
position: relative;