From 8de5608976dc8a73a400267601acb4c8e127de5a Mon Sep 17 00:00:00 2001 From: winter Date: Thu, 16 Jan 2025 18:33:18 +0000 Subject: note privacy and summary stuff --- static/form.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'static/form.css') 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; -- cgit v1.3