Task lists WIP:

* task drag and drop (buggy version)
This commit is contained in:
John Livingston
2024-05-07 13:12:57 +02:00
parent 529f0aa703
commit 0d0771e684
4 changed files with 151 additions and 1 deletions

View File

@ -35,5 +35,13 @@
}
}
}
&.livechat-drag-bottom-half .task-line {
border-bottom: 4px solid blue;
}
&.livechat-drag-top-half .task-line {
border-top: 4px solid blue;
}
}
}