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 ++++++++ static/profile.css | 1 + 2 files changed, 9 insertions(+) (limited to 'static') 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%; diff --git a/static/profile.css b/static/profile.css index c2e48ed..a46a9a3 100644 --- a/static/profile.css +++ b/static/profile.css @@ -9,6 +9,7 @@ display: grid; grid-template-columns: max-content 1fr max-content; gap: var(--spacing-double); + line-height: 1.5; > * { overflow: hidden; -- cgit v1.3