on window resize re calculate width to collapse sidebar

This commit is contained in:
nixa 2016-04-28 17:52:30 +03:00
parent 80c1e0a79c
commit 081a94eab2
2 changed files with 26 additions and 1 deletions

View file

@ -1,5 +1,10 @@
export const IMAGES_ROOT = 'assets/img/';
export const layoutSizes = {
resWidthCollapseSidebar: 1200,
resWidthHideSidebar: 500
};
export const layoutPaths = {
images: {
root: IMAGES_ROOT,