fix(settings): fixed the settings panel was shown by default

fix(settings): fixed close button
feat(settings): use query string to bring up the settings panel
doc(readme): update README.md
This commit is contained in:
Halyul
2021-06-03 23:47:21 -04:00
parent fd7d76cb0c
commit 4f975bd1f2
5 changed files with 35 additions and 5 deletions

View File

@@ -16,6 +16,8 @@ body {
background-image: url("../operator/operator_bg.png");
height: 100%;
width: 100%;
touch-action: none;
-ms-touch-action: none;
}
.logo {
@@ -49,4 +51,5 @@ body {
background-color: white;
user-select: auto;
z-index: 999;
display: none;
}