fix Stable sidebar width and center inventory drawer (fixes #9263) (#9419)

* fix Stable sidebar width and center inventory drawer (fixes #9263)

* hide all .standard-sidebars on small/mobile devices
This commit is contained in:
Trevor Ford
2017-11-27 21:48:52 -05:00
committed by Sabe Jones
parent 200cd66d66
commit a0f29e970d
10 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
<template lang="pug">
.col-2.standard-sidebar.hidden-xs-down
.standard-sidebar.d-none.d-sm-block
.form-group
input.form-control.search(type="text", :placeholder="$t('search')", v-model='searchTerm')