vscode-copilot-release icon indicating copy to clipboard operation
vscode-copilot-release copied to clipboard

Improve readability of user input box when panel is narrow.

Open lettucegoblin opened this issue 1 year ago • 0 comments

Issue

User text in the input field becomes difficult to read when the panel is narrow. image The narrower the panel the more pronounced the issue with text readability for the user input box.

Suggested Solution

A media container query breakpoint that switches to flex-direction: column; when narrow enough so the text field and buttons will be stacked rather than side by side.

Solution Mockup:

solution mockup

From a UX standpoint, this is a bug but from a technical standpoint it's a feature request. Just for the future which would be the more appropriate category for me to have selected?

lettucegoblin avatar Jul 17 '24 20:07 lettucegoblin