-
Notifications
You must be signed in to change notification settings - Fork 3
feat: set maxWidth for scaling and reduce gap sizes #248
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
feat: set maxWidth for scaling and reduce gap sizes #248
Conversation
|
Approved |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we please create css class and use it instead of inline styles? :)
all styles are the same and if we could wrap it within a class, it would be easier to change it in the future (just in one place, not in few)
What this PR does / why we need it:
Currently opening the UI on an ultra wide screen renders is very hard to dissect for my eyes having to travel a lot. Having an optimized version for standard screen size and only expand the grey part afterwards mitigates
This was done across Projects, Workspaces and MCPs screen for uniformity.
Before:

After: