mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 19:01:35 +01:00
Create nix derivations for building and running web app
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user