diff options
| author | winter | 2025-01-16 18:33:18 +0000 |
|---|---|---|
| committer | winter | 2025-01-16 18:33:18 +0000 |
| commit | 8de5608976dc8a73a400267601acb4c8e127de5a (patch) | |
| tree | a907dd4c4e55e331979cd9ce14852592af2654a0 /static/form.css | |
| parent | e3a0248c3b1762abf5138fbd1b8228601006d44d (diff) | |
note privacy and summary stuff
Diffstat (limited to 'static/form.css')
| -rw-r--r-- | static/form.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/static/form.css b/static/form.css index cb86003..0e0f978 100644 --- a/static/form.css +++ b/static/form.css @@ -9,13 +9,14 @@ form { gap: 8px; max-width: max-content; - label:has(+ input, + textarea) { + label:has(+ input, + textarea, + select) { display: block; font-size: 10pt; color: #555; } input:not([type="checkbox"]), - textarea { + textarea, + select { display: block; border: 1px solid #3334; border-radius: 8px; @@ -25,7 +26,8 @@ form { font-size: inherit; color: inherit; background: #fff; - width: min(60vw, 24em, calc(100% - 16px)); + width: min(60vw, 24em, 100%); + box-sizing: border-box; } textarea { resize: vertical; |
