Skip to content

Commit

Permalink
fix: allow smaller bottom panel because it seems nice (#1431)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleroooo authored Jan 14, 2025
1 parent 30cb312 commit 1af9fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ export enum TradeLayouts {
Reverse = 'Reverse',
}

export const HORIZONTAL_PANEL_MIN_HEIGHT = 250;
export const HORIZONTAL_PANEL_MIN_HEIGHT = 200;
export const HORIZONTAL_PANEL_MAX_HEIGHT = 700;

0 comments on commit 1af9fb7

Please sign in to comment.