mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00:00
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',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue