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