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: {
expanded: [],
image: false,
leftWidth: '230px',
leftWidth: '290px',
rightExpanded: false,
rightWidth: '400px',
},