Don't use large inventory on mobile crafting page

fixes #219
This commit is contained in:
Andrew Miner
2016-05-04 21:50:48 -07:00
parent 51f566ebf1
commit 0718590f56
2 changed files with 14 additions and 0 deletions
+10
View File
@@ -117,3 +117,13 @@
}
}
}
@include screen-size(mobile) {
.view__stack.editable {
.quantity {
input {
width : 1.5em;
}
}
}
}