feat(settings): add a settings panel

This commit is contained in:
Halyul
2021-06-03 22:26:00 -04:00
parent 3a43468d57
commit 3e02683d49
8 changed files with 404 additions and 95 deletions

View File

@@ -40,4 +40,13 @@ body {
background-image: url("../operator/fallback.png");
width: 100%;
height: 100%;
}
.website-settings {
position: fixed;
left: 0;
top: 0;
background-color: white;
user-select: auto;
z-index: 999;
}