Deamon + minor update

This commit is contained in:
2024-09-13 13:59:54 +02:00
parent 0010f00502
commit fb41e1b02b
6 changed files with 1975 additions and 27 deletions

View File

@@ -29,9 +29,9 @@ body {
margin:auto;
display: flex;
flex-direction: column;
width: 100%;
width: 90%;
max-width: 500px;
height: calc(100vh - 60px);
height: calc(100dvh - 60px);
}
.app > h2 {
@@ -94,4 +94,4 @@ body {
.confirm > h3 {
color: white;
}
}