Skip to content

Commit 43fe817

Browse files
authored
Increase default sidebar width to 250 (#69)
Increases the deafult sidebar width to 250 to better accommodate the new elements we've been adding to the task sidebar <img width="280" height="203" alt="image" src="https://github.com/user-attachments/assets/182ff7af-9260-4578-9d74-36daee818e07" />
1 parent 29907d6 commit 43fe817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agentex-ui/components/ui/resizable-sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { useLocalStorageState } from '@/hooks/use-local-storage-state';
99
import useResizable from '@/hooks/use-resizable';
1010
import { cn } from '@/lib/utils';
1111

12-
export const DEFAULT_SIDEBAR_WIDTH = 150;
12+
export const DEFAULT_SIDEBAR_WIDTH = 250;
1313
export const MIN_SIDEBAR_WIDTH = 120;
1414
export const MAX_SIDEBAR_WIDTH = 500;
1515
export const DEFAULT_COLLAPSED_WIDTH = 60;

0 commit comments

Comments
 (0)