Browse Source

Smaller progress bar

Martin Filser 3 năm trước cách đây
mục cha
commit
e7051c8ecd

+ 2 - 1
client/components/cards/checklists.styl

@@ -23,13 +23,14 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
 .checklist-progress-bar-container
 .checklist-progress-bar-container
   display: flex
   display: flex
   flex-direction: row
   flex-direction: row
+  align-items: center
 
 
   .checklist-progress-text
   .checklist-progress-text
     margin-right: 10px
     margin-right: 10px
 
 
   .checklist-progress-bar
   .checklist-progress-bar
     width: 80%
     width: 80%
-    height: 20px
+    height: 10px
 
 
     .checklist-progress
     .checklist-progress
       color: #fff !important
       color: #fff !important