Added button and beginning of setup screen

This commit is contained in:
mrjvs
2024-02-07 18:16:42 +01:00
parent 825d96a527
commit 725e9641e2
8 changed files with 105 additions and 25 deletions

View File

@@ -3,12 +3,15 @@
html {
min-height: 300px;
min-width: 300px;
height: 100%;
}
body {
min-height: 300px;
min-width: 300px;
margin: 0;
height: 100%;
max-height: 100%;
}
.popup {
@@ -18,3 +21,8 @@ body {
justify-content: center;
align-items: center;
}
#__plasmo {
height: 100%;
background-color: #0a0a10;
}