瀏覽代碼

Checklist drag handle now at the left side (same place as for the checklist items)

- most people scroll with their right thumb, so it happens sometimes
  that they move whole checklists by accident.
- this fixes the problem, and also it looks more clean than a drag
  handle in the middle of the screen
Martin Filser 4 年之前
父節點
當前提交
d4e40c376a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      client/components/cards/checklists.styl

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

@@ -44,8 +44,8 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
 
 
   span.fa.checklist-handle
   span.fa.checklist-handle
     padding-right: 20px
     padding-right: 20px
-    padding-top: 6px
-    float: right
+    padding-top: 3px
+    float: left
 
 
 
 
 .js-confirm-checklist-delete
 .js-confirm-checklist-delete