From 65dfe7aff06dfd3b044a5deb47b03d643c651ec1 Mon Sep 17 00:00:00 2001 From: winter Date: Fri, 14 Feb 2025 22:47:05 +0000 Subject: add pronouns to profiles and notes --- static/form.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static/form.css') diff --git a/static/form.css b/static/form.css index e293b59..7b38860 100644 --- a/static/form.css +++ b/static/form.css @@ -9,6 +9,13 @@ form:not(.nopanel) { gap: var(--spacing-single); max-width: max-content; + .row:has(> .column) { + display: grid; + grid-auto-flow: column; + grid-auto-columns: 1fr; + gap: var(--spacing-single); + } + label:has(+ input, + textarea, + select), label.standalone, .hint { @@ -41,6 +48,7 @@ form:not(.nopanel) { } textarea { resize: vertical; + height: 5lh; } button:not(.inline) { width: 100%; -- cgit v1.3