-
Notifications
You must be signed in to change notification settings - Fork 46
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
front: fix simulation results width on wide screen #9960
front: fix simulation results width on wide screen #9960
Conversation
Signed-off-by: Yohh <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #9960 +/- ##
==========================================
- Coverage 79.85% 79.84% -0.02%
==========================================
Files 1048 1048
Lines 105046 105046
Branches 756 756
==========================================
- Hits 83883 83869 -14
- Misses 21122 21136 +14
Partials 41 41
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
NB: I m not sure that the max-width is really usefull at all, even in lower resolutions |
Probably. Doesn't it achieve the same result if you remove |
it releases the in fact, combining |
Totally missread the issue. I thought we want to stretch the results, not the sidebar. Your solution seems fine to me. We should probably get rid off the |
on the contrary, Screencast.From.2024-12-05.14-23-05.mp4 |
ok go for it |
I would also tend to prefer the use of col in the application. I find it more responsive. Though, for pixel-perfect concerns, I understand that pixels are used, but the question might be whether Thibaut is familiar with using col. If not, maybe it’s up to us to adapt the design by converting pixels to columns and get it validated by Thibaut afterward. |
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.
lgtm (tested)
We totally should have a discussion with him next time. I added it in the discussions list for next front meeting. |
close #9959