summaryrefslogtreecommitdiffstats
path: root/client/components/cards/minicard.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-21 22:24:21 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-21 22:24:21 +0200
commit5b227b2b4f65f4af2fd9328f8336111277699d71 (patch)
tree362622caadaa397d13a4947718e30692c79d26bc /client/components/cards/minicard.styl
parent16fe2be04d75a968a7a79db330a618a9062522f0 (diff)
parent96f33e4052f57706c91a1780a2ad7d77da347021 (diff)
downloadwekan-5b227b2b4f65f4af2fd9328f8336111277699d71.tar.gz
wekan-5b227b2b4f65f4af2fd9328f8336111277699d71.tar.bz2
wekan-5b227b2b4f65f4af2fd9328f8336111277699d71.zip
Merge branch 'edge' into meteor-1.8
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