From 96a38e5df16fc02c861d3ea938f251f8897e0f2a Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 18 Dec 2022 23:06:05 +0800 Subject: [PATCH] Bigger check for poll option --- src/components/status.css | 3 +++ src/components/status.jsx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/status.css b/src/components/status.css index 73c09305..b3284c6f 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -446,6 +446,9 @@ a.card:hover { margin: 8px 0; font-size: 90%; } +.poll-option-title .icon { + vertical-align: middle; +} /* EXTRA META */ diff --git a/src/components/status.jsx b/src/components/status.jsx index 6c593826..f98a7178 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -888,7 +888,7 @@ function Poll({ poll, readOnly }) { {voted && ownVotes.includes(i) && ( <> {' '} - + )}