Skip to content

[firecrawl-ui] Fix playground pane widths#92

Merged
obeone merged 2 commits into
mainfrom
fix/playground-pane-widths
Jul 5, 2026
Merged

[firecrawl-ui] Fix playground pane widths#92
obeone merged 2 commits into
mainfrom
fix/playground-pane-widths

Conversation

@obeone

@obeone obeone commented Jul 5, 2026

Copy link
Copy Markdown
Owner

The two-pane playground panel collapsed to its content width (~955px) instead of filling the available space, because it used auto side margins inside the app-main flex column. That left the response pane cramped and made the request pane flex between 340 and 460px as the window resized.

  • Add width: 100% to .playground so it fills up to its max-width (1300px).
  • Switch the split to a fixed 440px request column, so the request pane keeps a stable width.

Screenshots refreshed to match.

obeone added 2 commits July 6, 2026 00:31
The playground panel used auto side margins in the app-main flex column, which collapsed it to its content width (~955px) instead of filling up to its max-width, leaving the response pane cramped. Add width:100% so it fills the space, and switch the split to a fixed 440px request column so the request pane no longer flexes between 340 and 460px as the window resizes.
@obeone obeone merged commit 5f4e18f into main Jul 5, 2026
2 checks passed
@obeone obeone deleted the fix/playground-pane-widths branch July 5, 2026 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant