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

@@ -27,8 +27,8 @@
@media screen and (min-width: 1241px) {
max-width: 978px;
// 16.67% is the width of the .col-2 sidebar
left: calc((100% + 16.67% - 978px) / 2);
// 236px is the width of the .standard-sidebar
left: calc((100% + 236px - 978px) / 2);
right: 0%;
}
}