Increase default sidebar width
This commit is contained in:
parent
1048431742
commit
72cbd23089
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ export const useAppStore = create<AppSlice>()(
|
||||||
sidebar: {
|
sidebar: {
|
||||||
expanded: [],
|
expanded: [],
|
||||||
image: false,
|
image: false,
|
||||||
leftWidth: '230px',
|
leftWidth: '290px',
|
||||||
rightExpanded: false,
|
rightExpanded: false,
|
||||||
rightWidth: '400px',
|
rightWidth: '400px',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Reference in a new issue