summaryrefslogtreecommitdiffstats
path: root/client/components/cards/checklists.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-05-01 00:05:09 +0300
committerLauri Ojansivu <x@xet7.org>2018-05-01 00:05:09 +0300
commit1124f4120cd77622c0a6313e228e1a00690ff566 (patch)
tree90f5a48e8f62598e1d1e64bb674a82318acf617e /client/components/cards/checklists.styl
parentf219e2151fe2fd686ccf3ee49179082f33097e61 (diff)
downloadwekan-1124f4120cd77622c0a6313e228e1a00690ff566.tar.gz
wekan-1124f4120cd77622c0a6313e228e1a00690ff566.tar.bz2
wekan-1124f4120cd77622c0a6313e228e1a00690ff566.zip
- Remove space from between checklist items, so longer checklists can be seen at once.
Thanks to xet7 !
Diffstat (limited to 'client/components/cards/checklists.styl')
-rw-r--r--client/components/cards/checklists.styl9
1 files changed, 4 insertions, 5 deletions
diff --git a/client/components/cards/checklists.styl b/client/components/cards/checklists.styl
index 7b35488f..e9a6d807 100644
--- a/client/components/cards/checklists.styl
+++ b/client/components/cards/checklists.styl
@@ -26,7 +26,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
.title
font-size: 18px
- line-height: 30px
+ line-height: 25px
.checklist-stat
margin: 0 0.5em
@@ -93,8 +93,8 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
.checklist-item
- margin: 0 0 0.5em 1.33em
- line-height: 25px
+ margin: 0 0 0 0.1em
+ line-height: 14px
font-size: 1.1em
margin-top: 3px
display: flex
@@ -114,7 +114,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
background-color: darken(white, 8%)
.check-box
- margin-top: 5px
+ margin-top: 0px
&.is-checked
border-bottom: 2px solid #3cb500
border-right: 2px solid #3cb500
@@ -133,5 +133,4 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
.add-checklist-item
margin: 0 0 0.5em 1.33em
- padding-top: 0.5em
display: inline-block