Added distinction between basic and advanced mode

This commit is contained in:
Pax1601
2024-01-13 10:01:30 +01:00
parent 0f0ba4c725
commit d56a95cfa3
28 changed files with 1251 additions and 446 deletions

View File

@@ -273,13 +273,13 @@ input {
left: 0px;
width: 100%;
height: 100%;
background-color: black;
opacity: 30%;
background-color: white;
opacity: 15%;
z-index: 999;
}
#popup {
width: 400px;
width: 450px;
height: fit-content;
min-height: 200px;
position: absolute;
@@ -290,7 +290,7 @@ input {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 20px;
padding: 20px 40px;
align-items: start;
z-index: 999;
}