support multiple scenes and passing between them
This commit is contained in:
parent
2d46cbb4d0
commit
838c89ac73
8 changed files with 124 additions and 67 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue