PROGRESS! mostly ui, got admin stuff

This commit is contained in:
Rusty Striker 2025-07-27 21:19:50 +03:00
parent 2658f3d28c
commit e730f9a870
Signed by: RustyStriker
GPG key ID: 87E4D691632DFF15
6 changed files with 198 additions and 68 deletions

View file

@ -102,13 +102,21 @@ body {
top: 10px;
left: 5px;
z-index: 5;
border-color: black;
border-width: 2px;
border-color: transparent;
border-width: 0px;
border-style: solid;
background-color: black;
background-color: transparent;
}
#scene-list button {
background-color: wheat;
border-width: 0px;
}
.exit-button {
height: fit-content;
align-self: center;
background-color: transparent;
font-size: 20px;
border: 0;
}