Bladeren bron

- Remove space from between checklist items, so longer checklists can be seen at once.

Thanks to xet7 !
Lauri Ojansivu 7 jaren geleden
bovenliggende
commit
1124f4120c
1 gewijzigde bestanden met toevoegingen van 4 en 5 verwijderingen
  1. 4 5
      client/components/cards/checklists.styl

+ 4 - 5
client/components/cards/checklists.styl

@@ -26,7 +26,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
 
 
   .title
   .title
     font-size: 18px
     font-size: 18px
-    line-height: 30px
+    line-height: 25px
 
 
   .checklist-stat
   .checklist-stat
     margin: 0 0.5em
     margin: 0 0.5em
@@ -93,8 +93,8 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
 
 
 
 
 .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
   font-size: 1.1em
   margin-top: 3px
   margin-top: 3px
   display: flex
   display: flex
@@ -114,7 +114,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
     background-color: darken(white, 8%)
     background-color: darken(white, 8%)
 
 
   .check-box
   .check-box
-    margin-top: 5px
+    margin-top: 0px
     &.is-checked
     &.is-checked
       border-bottom: 2px solid #3cb500
       border-bottom: 2px solid #3cb500
       border-right: 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
 .add-checklist-item
   margin: 0 0 0.5em 1.33em
   margin: 0 0 0.5em 1.33em
-  padding-top: 0.5em
   display: inline-block
   display: inline-block