[#181] adjust Sortable recipe list for a nice mobile experience ('long' press before grab kicks in so you can still scroll normally ), add some visual feedback when sortable-chosen is set on a li, tweak the animations and threshold a bit for a nicer experience

This commit is contained in:
Robin Scholtes 2023-05-03 13:32:17 +12:00
parent 8bed81c5ee
commit f80284cb36
3 changed files with 9 additions and 6 deletions

View file

@ -7,6 +7,7 @@
*/
.operation {
cursor: grab;
padding: 10px;
list-style-type: none;
position: relative;
@ -18,10 +19,6 @@
}
@media only screen and (min-width: 768px){
.operation {
cursor: grab;
}
/* never display check icons on desktop views */
.op-icon.check-icon {
display: none;