vscode-copilot-release
vscode-copilot-release copied to clipboard
Improve readability of user input box when panel is narrow.
Issue
User text in the input field becomes difficult to read when the panel is narrow.
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:
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?