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,7 +1,7 @@
<template lang="pug">
// @TODO: breakdown to componentes and use some SOLID
.row.stable(v-mousePosition="30", @mouseMoved="mouseMoved($event)")
.standard-sidebar.col-3.hidden-xs-down
.standard-sidebar.d-none.d-sm-block
div
#npmMattStable.npc_matt
b-popover(
@@ -54,7 +54,7 @@
@change="updateHideMissing"
)
.standard-page.col-12.col-sm-9
.standard-page
.clearfix
h1.float-left.mb-4.page-header(v-once) {{ $t('stable') }}