Open
Description
🚀 Feature Request
When using the dev mode for playwright with monitors in portrait mode, I can't see the full value of the matchers in the Actions window without resizing the preview window to a really tiny size. When debugging its useful to see the full matcher
e.g.
locator('form[data-testid="stage_details_form"]').locator('button[type=submit]')
and be able to see the preview window in a decent size.
Example
Have the option to view actions below the preview or allow preview to be a floating window.
Motivation
Having to constantly resize the preview window is very tedious so would improve my productivity and reduce fatigue.