From f1822d54af546a8e4e2a56f5d50529e5b047862f Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 25 Jul 2024 18:39:14 +0800 Subject: [PATCH] Fix poll radio button position on Safari Plus a color --- 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 a2674093..82630d0b 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -2039,7 +2039,8 @@ a.card:is(:hover, :focus):visited { .poll-label input:is([type='radio'], [type='checkbox']) { flex-shrink: 0; margin: 0 3px; - min-height: 0.9em; + min-height: 1.15em; + accent-color: var(--link-color); } .poll-option-votes { flex-shrink: 0;