mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-12 09:11:37 -04:00
[#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:
parent
8bed81c5ee
commit
f80284cb36
3 changed files with 9 additions and 6 deletions
|
@ -21,3 +21,7 @@
|
|||
border-color: var(--rec-list-operation-border-colour);
|
||||
padding: 14px;
|
||||
}
|
||||
|
||||
#rec-list li.sortable-chosen{
|
||||
filter: brightness(0.8);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue