From b1950046d4a13ffbe2b3d5569f974f424d3f5f76 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 27 Mar 2024 22:08:56 +0800 Subject: [PATCH] Better alignment for poll radios/checkboxes --- src/components/status.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/status.css b/src/components/status.css index 6c69e513..5b965237 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -1696,6 +1696,7 @@ a.card:is(:hover, :focus):visited { .poll-label input:is([type='radio'], [type='checkbox']) { flex-shrink: 0; margin: 3px; + min-height: 1em; } .poll-option-votes { flex-shrink: 0; @@ -1719,6 +1720,7 @@ a.card:is(:hover, :focus):visited { } .poll-option-title { text-shadow: 0 1px var(--bg-color); + line-height: 1.2; } .poll-option-title .icon { vertical-align: middle;