mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-24 03:10:13 +01:00
on window resize re calculate width to collapse sidebar
This commit is contained in:
parent
80c1e0a79c
commit
081a94eab2
2 changed files with 26 additions and 1 deletions
|
|
@ -1,5 +1,10 @@
|
|||
export const IMAGES_ROOT = 'assets/img/';
|
||||
|
||||
export const layoutSizes = {
|
||||
resWidthCollapseSidebar: 1200,
|
||||
resWidthHideSidebar: 500
|
||||
};
|
||||
|
||||
export const layoutPaths = {
|
||||
images: {
|
||||
root: IMAGES_ROOT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue