From 966e90da4e2c869847e734ca14fe6a5e14231365 Mon Sep 17 00:00:00 2001 From: TheHollidayInn Date: Thu, 23 Jul 2015 21:20:18 -0500 Subject: [PATCH] Added height and width so Vimium can find the checkboxes --- website/public/css/tasks.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/public/css/tasks.styl b/website/public/css/tasks.styl index 908c2a310b..bccbbd74cd 100644 --- a/website/public/css/tasks.styl +++ b/website/public/css/tasks.styl @@ -285,9 +285,9 @@ for $stage in $stages input.habit, input.habit:focus, input.reward, input.reward:focus margin: 0 padding: 0 - height: 0px + height: 10px opacity: 0 - width: 0px + width: 10px .task-checker label display: inline-block