settings popup with grid stuff & make roll popup a bit better

This commit is contained in:
Rusty Striker 2025-06-27 14:04:26 +03:00
parent 8bacc43bd8
commit 56ab0642f2
Signed by: RustyStriker
GPG key ID: 87E4D691632DFF15
3 changed files with 66 additions and 13 deletions

View file

@ -83,4 +83,13 @@ body {
cursor: grab;
width: 200px;
height: 200px;
}
.dice-roll-row {
display: flex;
gap: 16px;
}
.dice-roll-row p {
margin: 0px;
}