mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
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: {
|
sidebar: {
|
||||||
expanded: [],
|
expanded: [],
|
||||||
image: false,
|
image: false,
|
||||||
leftWidth: '290px',
|
leftWidth: '400px',
|
||||||
rightExpanded: false,
|
rightExpanded: false,
|
||||||
rightWidth: '400px',
|
rightWidth: '400px',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue