summaryrefslogtreecommitdiffstats
path: root/client/components/cards/minicard.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-10-03 04:23:33 +0300
committerLauri Ojansivu <x@xet7.org>2019-10-03 04:23:33 +0300
commit5bc355f9a5e78df4c19764fdc4a343a46af4fdf8 (patch)
tree619057d5fecfa4c041f5bbd99fd069b103e72123 /client/components/cards/minicard.styl
parent21fa26a1be7cee947ea02de2ffd89bfd4e4b2f36 (diff)
downloadwekan-5bc355f9a5e78df4c19764fdc4a343a46af4fdf8.tar.gz
wekan-5bc355f9a5e78df4c19764fdc4a343a46af4fdf8.tar.bz2
wekan-5bc355f9a5e78df4c19764fdc4a343a46af4fdf8.zip
Drag handles. In progress.
Diffstat (limited to 'client/components/cards/minicard.styl')
-rw-r--r--client/components/cards/minicard.styl15
1 files changed, 14 insertions, 1 deletions
diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl
index 9997fd5f..428a7abe 100644
--- a/client/components/cards/minicard.styl
+++ b/client/components/cards/minicard.styl
@@ -105,12 +105,25 @@
right: 5px;
top: 5px;
display:none;
- @media only screen {
+ @media only screen and (min-width: 1200px) {
display:block;
}
.fa-arrows
font-size:20px;
color: #ccc;
+ //.handle-minicard-desktop
+ // width: 20px;
+ // height: 20px;
+ // position: absolute;
+ // right: 5px;
+ // top: 5px;
+ // display:none;
+ // @media only screen and (min-width: 1200px) {
+ // display:block;
+ // }
+ // .fa-arrows
+ // font-size:20px;
+ // color: #ccc;
.minicard-title
p:last-child
margin-bottom: 0