Increase default sidebar width

This commit is contained in:
jeffvli 2023-01-03 11:44:20 -08:00
parent 1048431742
commit 72cbd23089

View file

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