diff --git a/apps/desktop/src/store/layout.ts b/apps/desktop/src/store/layout.ts index c8f5386b6e7c..86062762ffdc 100644 --- a/apps/desktop/src/store/layout.ts +++ b/apps/desktop/src/store/layout.ts @@ -12,10 +12,10 @@ import { import { $paneStates, ensurePaneRegistered, setPaneOpen, setPaneWidthOverride, togglePane } from './panes' export const SIDEBAR_DEFAULT_WIDTH = 237 -export const SIDEBAR_MAX_WIDTH = 360 +export const SIDEBAR_MAX_WIDTH = 520 export const FILE_BROWSER_DEFAULT_WIDTH = '17rem' export const FILE_BROWSER_MIN_WIDTH = '14rem' -export const FILE_BROWSER_MAX_WIDTH = '20rem' +export const FILE_BROWSER_MAX_WIDTH = '80rem' export const SIDEBAR_SESSIONS_PAGE_SIZE = 50