feat(settings): add a settings panel
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user