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