Feat: update form, allow some fields to be optional; add dauerapp check; get mail setup working using env variables
Some checks failed
Docker Build (PR) / Build Docker image (pull_request) Has been cancelled

This commit is contained in:
2025-10-10 09:53:49 +02:00
parent ea9c13ae91
commit 5e37b57c9b
6 changed files with 73 additions and 20 deletions

View File

@@ -53,6 +53,7 @@ body {
display: flex;
align-items: center;
gap: 14px;
height: 72px;
padding: 14px 0;
justify-content: space-between;
}
@@ -273,6 +274,10 @@ input[type="radio"] { accent-color: var(--control-accent); }
justify-content: center;
text-align: center;
}
.inline-controls.start {
justify-content: flex-start;
text-align: left;
}
.inline-controls input[type="number"] {
width: 120px;
text-align: center;