summaryrefslogtreecommitdiffstats
path: root/client/components/cards/minicard.styl
diff options
context:
space:
mode:
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