support multiple scenes and passing between them

This commit is contained in:
Rusty Striker 2025-07-04 13:23:22 +03:00
parent 2d46cbb4d0
commit 838c89ac73
Signed by: RustyStriker
GPG key ID: 87E4D691632DFF15
8 changed files with 124 additions and 67 deletions

View file

@ -92,4 +92,23 @@ body {
.dice-roll-row p {
margin: 0px;
}
#scene-list {
display: flex;
flex-direction: column;
gap: 2px;
position: absolute;
top: 10px;
left: 5px;
z-index: 5;
border-color: black;
border-width: 2px;
border-style: solid;
background-color: black;
}
#scene-list button {
background-color: wheat;
border-width: 0px;
}