Create nix derivations for building and running web app

This commit is contained in:
thiloho
2024-08-09 16:17:33 +02:00
parent 2fd934ed86
commit 99645ec874
7 changed files with 105 additions and 29 deletions

View File

@@ -161,13 +161,20 @@ form[method="GET"] > button[type="submit"] {
align-self: end;
}
form > label {
form label {
display: flex;
flex-direction: column;
gap: 0.25rem;
max-inline-size: 30ch;
}
form > label:has(textarea) {
form label:has(textarea) {
max-inline-size: 65ch;
}
form .file-field {
display: flex;
align-items: end;
gap: 0.5rem;
flex-wrap: wrap;
}