-
Notifications
You must be signed in to change notification settings - Fork 445
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
New UI has lot of wasted white areas #7033
Comments
There is a reason those are called breakpoints. You should introduce them when your layout breaks. It does not break at 1600. Nor does it break at 768. What is mentioned is actually the point the new layout "breaks" (as in too much padding left and right) at ca. 800px width. The real fix would be to handle this. BTW this particular break repeats after every break point + 10px we have BTW (so at 586px for SM, 778px for MD, 1002px for LG etc. etc.) |
We could use fluid containers for small viewports (so |
I would love to hear how this works. I switched openqa to fluid layout due to similiar issues - and expected pushback from users on large views, but it didn't happen. Even though e.g. https://openqa.opensuse.org/tests is very spacy now. |
@coolo The width for I need to take more time to explore different solutions, but my idea now would be to work with media queries and extend |
Related to #6587 |
duplicate of #6587 |
Issue Description
When using the new UI of OBS through the public beta program on build.opensuse.org I see a lot of wasted white areas. As the font size is bigger and the width smaller, text lines have many line breaks.
New UI
Old UI
I think it's clearly visible that the readability in the new UI is much worser, due to all those line breaks.
A "simple" mitigation would be to decrease the width of the free space on the left and right site of the page.
How to Reproduce
The text was updated successfully, but these errors were encountered: