-
Notifications
You must be signed in to change notification settings - Fork 27
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
header icons now sit more vertically centered #8133
header icons now sit more vertically centered #8133
Conversation
this throws things out of alignment for me on Chromium and FF in . Chromium, fullscreen ❌vertical spacing around navbar buttons is now uneven. oldnewChromium, mobile ✔️minor difference in spacing, but looks good. oldnewFirefox, fullscreen ❌vertical spacing around navbar buttons is now uneven. oldnewFirefox, mobile ❌lack of bottom vertical spacing in header. oldnew |
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.
these changes throw the layout off in FF and Chrome.
@stopfstedt thank you for the screenshots. Will look into updating further. |
3e62ec9
to
dd52355
Compare
@stopfstedt OK, I did a ton more work trying to make this work on both Chrome/Firefox. The spacing is not totally uniform on each due to what I can only assume is rendering engine differences, but I think it's better than it was. |
@michaelchadwick - thanks for making these changes. much improved in mobile and on the login screen on all screen-sizes. however, the vertical spacing around header elements is now still uneven on fullscreen. at least it's consistent now between Chrome and FF. i'm willing to accept this as a trade-off, but leaving it up to @jrjohnson and/or @dartajax to make a decision here. |
@dartajax Belay that for a bit. I have another go at this in me... |
@stopfstedt Looks like this file may be the real culprit: https://github.com/ilios/frontend/blob/master/packages/ilios-common/app/styles/ilios-common/fonts.scss Once you get to 1200px, it switches to a I know we disallow making CSS |
4f0a14c
to
9cef28f
Compare
… even at larger viewports
@stopfstedt I did some more changes and made it even better...? |
Just to get this thing going, I added the |
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.
looks good to me
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.
@dartajax We are good to go code-wise, but Percy is requesting a mess of visual changes for review. |
Fixes ilios/ilios#5700