mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 12:48:52 +00:00
Added height and width so Vimium can find the checkboxes
This commit is contained in:
parent
fe6a42b2b7
commit
966e90da4e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue