1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 15:49:42 +02:00

fix: Shopping List Mobile Usability (#2247)

* removed handle from edit button

* added dragging delay for touch screens
This commit is contained in:
Michael Genson 2023-03-21 14:48:00 -05:00 committed by GitHub
parent f9acba34cc
commit d2134b27ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@
</v-list-item>
</v-list>
</v-menu>
<v-btn small class="ml-2 handle" icon @click="toggleEdit(true)">
<v-btn small class="ml-2" icon @click="toggleEdit(true)">
<v-icon>
{{ $globals.icons.edit }}
</v-icon>