-
Notifications
You must be signed in to change notification settings - Fork 30.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Settings editor looks cramped #53111
Comments
On the other hand, people don't like to read a line of text that goes across a very wide screen. That's the main reason for the max-width. And how wide do the input boxes need to be? I can use more space but it wouldn't be used productively. |
I think extremely long lines and text boxes don't look better than empty space. Thoughts @misolori? |
I think that we can strike a balance of using the space adequately while still remaining readable. I would also argue that reading code is a very different task than reading description text for a setting, so I wouldn't remove the max-width. I'd suggest that for larger screens we increase the max-width to |
Changed it so the space between the TOC and settings list will shrink first, then the settings list will shrink, then the TOC will hide. |
Yes, we do not need to make lines and input boxes long, we can give space between TOC and Contents. Above screen shot from @misolori looks perfect to me. |
Lots of layout changes have happened, hope this is better now. |
Testing #52859
Content should proportionally expand with the size of the editor, otherwise lot of space on the left and right seems unused
The text was updated successfully, but these errors were encountered: