feat - Compact sidebar (#7414)

This commit is contained in:
nitin
2024-10-15 17:32:28 +05:30
committed by GitHub
parent c0610419c2
commit a9deede9ba
26 changed files with 524 additions and 292 deletions

View File

@ -1,3 +0,0 @@
export const DESKTOP_NAV_DRAWER_WIDTHS = {
menu: 220,
};

View File

@ -0,0 +1,12 @@
export const NAV_DRAWER_WIDTHS = {
menu: {
mobile: {
collapsed: 0,
expanded: '100%',
},
desktop: {
collapsed: 40,
expanded: 220,
},
},
};