Increase default sidebar width

This commit is contained in:
jeffvli 2023-04-03 04:13:56 -07:00
parent 598b627bb4
commit 0965efab21

View file

@ -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',
}, },