diff options
| author | winter | 2025-02-14 21:24:55 +0000 |
|---|---|---|
| committer | winter | 2025-02-14 21:24:55 +0000 |
| commit | 241eb9eded161671d3d8e5bf4a3f7b04907037f1 (patch) | |
| tree | 25d65d68125b66b545ea24c734a1e81551952524 /static/form.css | |
| parent | d10aad87ddebd4857a90b6d638aac803d7373dc6 (diff) | |
make markdown nicer
Diffstat (limited to 'static/form.css')
| -rw-r--r-- | static/form.css | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/static/form.css b/static/form.css index b2435aa..4505747 100644 --- a/static/form.css +++ b/static/form.css @@ -10,10 +10,15 @@ form:not(.nopanel) { max-width: max-content; label:has(+ input, + textarea, + select), - label.standalone { - display: block; + label.standalone, + .hint { + display: flex; + gap: var(--spacing-half); font-size: var(--font-small-size); color: var(--clr-lesser-foreground); + a { + color: inherit; + } } input:not([type="checkbox"]), textarea, @@ -49,7 +54,7 @@ form:not(.nopanel) { border: none; padding: 0; margin: 0; - margin-top: var(--spacing-single); + margin-top: var(--spacing-double); max-width: 100%; input:not([type="checkbox"]), textarea, @@ -78,6 +83,7 @@ form:not(.nopanel) { } .summaryAndContent { + margin-bottom: var(--spacing-single); input:has(+ textarea) { margin-bottom: 0; border-bottom-left-radius: 0; |
