Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/routes/v2/shared/windows/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const COLLAPSED_DOCK_AREA_WIDTH = 36;
export const DEFAULT_DOCKED_HEIGHT = 300;

/** Minimum height for a docked window (px) */
export const MIN_DOCKED_HEIGHT = 100;
export const MIN_DOCKED_HEIGHT = 50;

/** Distance from dock area edge to trigger dock insert preview (px) */
export const DOCK_AREA_SNAP_THRESHOLD = 40;
Loading