Increase default size of sidebar queue

This commit is contained in:
jeffvli
2022-11-20 05:16:37 -08:00
parent d5d0c29280
commit 44ffe1984b
+1 -1
View File
@@ -136,7 +136,7 @@ export const useAppStore = create<AppSlice>()(
image: false,
leftWidth: '230px',
rightExpanded: false,
rightWidth: '230px',
rightWidth: '400px',
},
})),
{ name: 'store_app' }