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
Some checks failed
Docker Build (PR) / Build Docker image (pull_request) Has been cancelled
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user