@@ -117,3 +117,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include screen-size(mobile) {
|
||||||
|
.view__stack.editable {
|
||||||
|
.quantity {
|
||||||
|
input {
|
||||||
|
width : 1.5em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -107,6 +107,9 @@ module.exports = class CraftPageController extends PageController
|
|||||||
@$toolsSection = @$('section.tools')
|
@$toolsSection = @$('section.tools')
|
||||||
@$workingSection = @$('.view__craftsman_working')
|
@$workingSection = @$('.view__craftsman_working')
|
||||||
|
|
||||||
|
if c.screen.type.compute() is c.screen.type.mobile
|
||||||
|
@$('.view__inventory.large').removeClass 'large'
|
||||||
|
|
||||||
super
|
super
|
||||||
|
|
||||||
onWillRender: ->
|
onWillRender: ->
|
||||||
@@ -122,6 +125,7 @@ module.exports = class CraftPageController extends PageController
|
|||||||
@_refreshOutdated()
|
@_refreshOutdated()
|
||||||
@_refreshSectionVisibility()
|
@_refreshSectionVisibility()
|
||||||
@_refreshSteps()
|
@_refreshSteps()
|
||||||
|
|
||||||
super
|
super
|
||||||
|
|
||||||
# Backbone.View Overrides ########################################################################
|
# Backbone.View Overrides ########################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user