Replace messages jQuery drag/drop with native HTML5

This commit is contained in:
djmaze 2020-09-18 14:01:27 +02:00
parent d88c183112
commit c282e2c9b5
10 changed files with 91 additions and 149 deletions

View file

@ -621,16 +621,15 @@ html .messageList .line-loading {
height: 5px !important;
}
.draggablePlace {
z-index: 10003;
#messagesDragImage {
color: #fff;
background-color: #333;
background-color: rgba(0,0,0,0.5);
padding: 4px 10px;
min-width: 30px;
background-color: #000;
height: 20px;
cursor: pointer;
cursor: move;
min-width: 30px;
padding: 4px 10px;
position: fixed;
right: -100px;
top: 0;
}
html.rl-mobile {