Task lists WIP:

* drag and drop fixes
This commit is contained in:
John Livingston
2024-05-09 14:42:07 +02:00
parent 7e56c845fe
commit fffcc05b7f
5 changed files with 102 additions and 39 deletions

View File

@ -0,0 +1,21 @@
.conversejs {
livechat-converse-muc-task {
&.livechat-drag-bottom-half .task-line {
border-bottom: 4px solid blue;
}
&.livechat-drag-top-half .task-line {
border-top: 4px solid blue;
}
}
livechat-converse-muc-task-list {
&.livechat-drag-bottom-half .task-list-line {
border-bottom: 4px solid blue;
}
&.livechat-drag-top-half .task-list-line {
border-top: 4px solid blue;
}
}
}

View File

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