From 0eed2ccca8a0980c161bb5a52b211c507e0ffef5 Mon Sep 17 00:00:00 2001 From: lain Date: Tue, 18 Jun 2019 20:28:31 +0000 Subject: Feature/polls attempt 2 --- src/components/poll/poll.vue | 117 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 src/components/poll/poll.vue (limited to 'src/components/poll/poll.vue') diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue new file mode 100644 index 00000000..28e9f4a8 --- /dev/null +++ b/src/components/poll/poll.vue @@ -0,0 +1,117 @@ + + + + + -- cgit v1.2.3-70-g09d2 From 44a03922e60335215eb93f14441f5905405b7ecc Mon Sep 17 00:00:00 2001 From: Shpuld Shpludson Date: Thu, 20 Jun 2019 13:00:10 +0000 Subject: Fix/messed up long polls --- src/App.scss | 2 ++ src/components/poll/poll.vue | 12 ++++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'src/components/poll/poll.vue') diff --git a/src/App.scss b/src/App.scss index db9f62f0..e4c764bf 100644 --- a/src/App.scss +++ b/src/App.scss @@ -200,6 +200,7 @@ input, textarea, .select { } } + label::before { + flex-shrink: 0; display: inline-block; content: ''; transition: box-shadow 200ms; @@ -236,6 +237,7 @@ input, textarea, .select { } } + label::before { + flex-shrink: 0; display: inline-block; content: '✔'; transition: color 200ms; diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue index 28e9f4a8..4c765ae2 100644 --- a/src/components/poll/poll.vue +++ b/src/components/poll/poll.vue @@ -31,8 +31,8 @@ :disabled="loading" :value="index" > -