From 18ad1c233307fd4d398ed344645c9e20c15a3c1f Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 15 Jan 2023 12:31:16 +0100 Subject: [PATCH] fix: improve vote ui --- components/status/StatusPoll.vue | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/components/status/StatusPoll.vue b/components/status/StatusPoll.vue index 9788a6c8..abc466b6 100644 --- a/components/status/StatusPoll.vue +++ b/components/status/StatusPoll.vue @@ -38,18 +38,22 @@ const votersCount = $computed(() => poll.votersCount ?? 0)