Layout
<GlobalStyles
styles={{
body: {
'--layout-nav-zIndex': 1101,
'--layout-nav-mobile-width': '320px',
'--layout-header-blur': '8px',
'--layout-header-zIndex': 1100,
'--layout-header-mobile-height': '64px',
'--layout-header-desktop-height': '72px',
...cssVars,
},
}}
/>
Change Menu, Navigation
Find config-nav
files to adjust items.
Example:
<MainLayout/>
: src/layouts/config-nav-main