mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-01 15:54:58 -05:00
feat(ui): tweak left panel size
This commit is contained in:
@@ -78,7 +78,7 @@ export const uiPersistConfig: PersistConfig<UIState> = {
|
||||
persistDenylist: ['shouldShowImageDetails'],
|
||||
};
|
||||
|
||||
export const LEFT_PANEL_MIN_SIZE_PX = 390;
|
||||
export const LEFT_PANEL_MIN_SIZE_PX = 400;
|
||||
export const LEFT_PANEL_MIN_SIZE_PCT = 20;
|
||||
export const TABS_WITH_LEFT_PANEL: TabName[] = ['generation', 'upscaling', 'workflows'] as const;
|
||||
export const $isLeftPanelOpen = atom(true);
|
||||
|
||||
Reference in New Issue
Block a user