mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
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
This commit is contained in:
parent
3cbf678671
commit
d4e40c376a
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
|
|||
|
||||
span.fa.checklist-handle
|
||||
padding-right: 20px
|
||||
padding-top: 6px
|
||||
float: right
|
||||
padding-top: 3px
|
||||
float: left
|
||||
|
||||
|
||||
.js-confirm-checklist-delete
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue