summaryrefslogtreecommitdiffstats
path: root/client/components/cards/minicard.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-10-03 06:03:11 +0300
committerLauri Ojansivu <x@xet7.org>2019-10-03 06:03:11 +0300
commitf3b858ca212bdce571b56325eaa205feda60dca2 (patch)
tree9bf0f7057dbc7af33d16ca2aec6e3383917f6dda /client/components/cards/minicard.styl
parent5bc355f9a5e78df4c19764fdc4a343a46af4fdf8 (diff)
downloadwekan-f3b858ca212bdce571b56325eaa205feda60dca2.tar.gz
wekan-f3b858ca212bdce571b56325eaa205feda60dca2.tar.bz2
wekan-f3b858ca212bdce571b56325eaa205feda60dca2.zip
Revert drag handle changes.
Diffstat (limited to 'client/components/cards/minicard.styl')
-rw-r--r--client/components/cards/minicard.styl16
1 files changed, 2 insertions, 14 deletions
diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl
index 428a7abe..30228063 100644
--- a/client/components/cards/minicard.styl
+++ b/client/components/cards/minicard.styl
@@ -105,25 +105,13 @@
right: 5px;
top: 5px;
display:none;
- @media only screen and (min-width: 1200px) {
+ // @media only screen and (max-width: 1199px) {
+ @media only screen and (max-width: 800px) {
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