From 2316bcc842052a1b656acd00c1a270913741228f Mon Sep 17 00:00:00 2001 From: tusooa Date: Sat, 18 Feb 2023 13:40:42 -0500 Subject: Fix poll interaction --- src/components/poll/poll.vue | 92 +++++++++++++++++++++++++------------------- 1 file changed, 53 insertions(+), 39 deletions(-) (limited to 'src/components/poll/poll.vue') diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue index cacc3298..b3a74c49 100644 --- a/src/components/poll/poll.vue +++ b/src/components/poll/poll.vue @@ -4,53 +4,63 @@ :class="containerClass" >
-
- - {{ percentageForOption(option.votes_count) }}% - - +
+ + {{ percentageForOption(option.votes_count) }}% + + +
+
-
-
- - - + + + +