From 36d8b62e1e304bc1f550f03bf570723e62875900 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 3 Apr 2024 16:14:59 +0800 Subject: [PATCH] Height adjustments when switching between poll form and results --- src/components/status.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/status.css b/src/components/status.css index b860398..a5abff0 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -1696,12 +1696,13 @@ a.card:is(:hover, :focus):visited { .poll-label input:is([type='radio'], [type='checkbox']) { flex-shrink: 0; margin: 3px; - min-height: 1em; + min-height: 0.9em; } .poll-option-votes { flex-shrink: 0; font-size: 90%; opacity: 0.75; + line-height: 1; } .poll-option-leading .poll-option-votes { font-weight: bold;