summaryrefslogtreecommitdiffstats
path: root/client/components/cards/minicard.styl
diff options
context:
space:
mode:
authorhupptechnologies <git@hupp.in>2018-12-20 14:42:46 +0530
committerhupptechnologies <git@hupp.in>2018-12-20 14:42:46 +0530
commita9be6b17b9c8c6b4a59a89b9d3670cca1a6ed9af (patch)
tree474d4f937997bff5aadef65eb6585f75e420afa0 /client/components/cards/minicard.styl
parentac6f8e85519da2b7eabcec6e598c96b5fb9a2cfa (diff)
downloadwekan-a9be6b17b9c8c6b4a59a89b9d3670cca1a6ed9af.tar.gz
wekan-a9be6b17b9c8c6b4a59a89b9d3670cca1a6ed9af.tar.bz2
wekan-a9be6b17b9c8c6b4a59a89b9d3670cca1a6ed9af.zip
Issue : UI feature suggestion: drag handles and long press #1772
Resolved #1772
Diffstat (limited to 'client/components/cards/minicard.styl')
-rw-r--r--client/components/cards/minicard.styl13
1 files changed, 13 insertions, 0 deletions
diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl
index 8fec7238..7ad51161 100644
--- a/client/components/cards/minicard.styl
+++ b/client/components/cards/minicard.styl
@@ -94,6 +94,19 @@
.minicard-custom-field-item
max-width:50%;
flex-grow:1;
+ .handle
+ width: 20px;
+ height: 20px;
+ position: absolute;
+ right: 5px;
+ top: 5px;
+ display:none;
+ @media only screen and (max-width: 1199px) {
+ display:block;
+ }
+ .fa-arrows
+ font-size:20px;
+ color: #ccc;
.minicard-title
p:last-child
margin-bottom: 0