RC-10: update layout1
This commit is contained in:
@@ -2,7 +2,7 @@ const config = {
|
|||||||
title: 'Layout 1 - Dashboard',
|
title: 'Layout 1 - Dashboard',
|
||||||
defaults: {
|
defaults: {
|
||||||
mode: 'container',
|
mode: 'container',
|
||||||
containerWidth: 1570,
|
containerWidth: 1590,
|
||||||
navbar: {
|
navbar: {
|
||||||
display: true,
|
display: true,
|
||||||
folded: true,
|
folded: true,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import { navbarCloseMobile, selectFuseNavbar } from 'app/store/fuse/navbarSlice'
|
|||||||
import { selectFuseCurrentLayoutConfig } from 'app/store/fuse/settingsSlice';
|
import { selectFuseCurrentLayoutConfig } from 'app/store/fuse/settingsSlice';
|
||||||
import NavbarLayout1Content from './NavbarLayout1Content';
|
import NavbarLayout1Content from './NavbarLayout1Content';
|
||||||
|
|
||||||
const navbarWidth = 280;
|
const navbarWidth = 330;
|
||||||
|
|
||||||
const StyledNavBar = styled('div')(({ theme, open, position }) => ({
|
const StyledNavBar = styled('div')(({ theme, open, position }) => ({
|
||||||
minWidth: navbarWidth,
|
minWidth: navbarWidth,
|
||||||
|
|||||||
Reference in New Issue
Block a user