-
Notifications
You must be signed in to change notification settings - Fork 178
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
fix(app): Fix alignment issues in modals, fix titlebar on page #1719
Conversation
Codecov Report
@@ Coverage Diff @@
## edge #1719 +/- ##
==========================================
- Coverage 35.34% 34.92% -0.42%
==========================================
Files 341 344 +3
Lines 5594 5921 +327
==========================================
+ Hits 1977 2068 +91
- Misses 3617 3853 +236
Continue to review full report at Codecov.
|
@Kadee80 Looks like some padding is missing from the top: |
@@ -15,6 +15,7 @@ | |||
|
|||
--flex-start: { | |||
display: flex; | |||
flex-direction: column; |
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.
This change makes --flex-start
little unusable for other components (or at least, it's unexpected given its name). Can we put this on the .modal_page
style itself instead?
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.
💎 tested on robot, all modals, all good
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.
🔷
overview
This PR fixes the alignment issues introduced by #1705. Some modal page titlebars had been cropped. This should standardize behavior once and for all. Worth noting labware calibration uses a spinner modal as modal page content, not the SpinnerModalPage component from comp_lib so a little css override in
LabwareCalibration
was necessary. While I was in there, I made the TitleBar position fixed.changelog
LabwareCalibration
review requests
Please click though any and all modals in the app, some are not accessible in VS so a Robot is preferred.