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,6 +1,6 @@
<template lang="pug">
.row.quests
.standard-sidebar
.standard-sidebar.d-none.d-sm-block
.form-group
input.form-control.input-search(type="text", v-model="searchText", :placeholder="$t('search')")