summaryrefslogtreecommitdiffstats
path: root/client/components/cards/minicard.jade
diff options
context:
space:
mode:
authorMarc Hartmayer <hello@hartmayer.com>2020-04-23 02:09:01 +0200
committerMarc Hartmayer <hello@hartmayer.com>2020-04-23 03:02:03 +0200
commit6476503137fc41cf52e913aa33aed6bb1abaac6a (patch)
tree2e578e709706934e908af36c3cb1bdb4f68b9848 /client/components/cards/minicard.jade
parent981ed546f1cae45ad8b92b393ee29c1a26277f32 (diff)
downloadwekan-6476503137fc41cf52e913aa33aed6bb1abaac6a.tar.gz
wekan-6476503137fc41cf52e913aa33aed6bb1abaac6a.tar.bz2
wekan-6476503137fc41cf52e913aa33aed6bb1abaac6a.zip
Fix drag-and-drop and scrolling on mobile devices
Use drag handles on "miniscreens" whenever useful, this is especially useful on mobile device. This should hopefully fix https://github.com/wekan/wekan/issues/2947. While at it, simplify the condition Utils.isMiniScreen() || (!Utils.isMiniScreen() && showDesktopDragHandles) to Utils.isMiniScreen() || showDesktopDragHandle
Diffstat (limited to 'client/components/cards/minicard.jade')
-rw-r--r--client/components/cards/minicard.jade4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/cards/minicard.jade b/client/components/cards/minicard.jade
index 0b881a54..b6ccd4d7 100644
--- a/client/components/cards/minicard.jade
+++ b/client/components/cards/minicard.jade
@@ -4,8 +4,8 @@ template(name="minicard")
class="{{#if isLinkedBoard}}linked-board{{/if}}"
class="minicard-{{colorClass}}")
if isMiniScreen
- //.handle
- // .fa.fa-arrows
+ .handle
+ .fa.fa-arrows
unless isMiniScreen
if showDesktopDragHandles
.handle