-
Notifications
You must be signed in to change notification settings - Fork 645
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
Updates global sidebar to use rem instead of px #14351
Updates global sidebar to use rem instead of px #14351
Conversation
@brianjhanson was hoping for your input and a once-over on this one. I noticed that when browser/font zoom triggers the mobile sidebar layout, the |
@gcamacho079 fixed in f62e9cb. The rule governing the grid of |
Thank you so much, Brian! 👍🏼 |
…ollapsed-navigation-mode # Conflicts: # src/web/assets/cp/dist/css/cp.css # src/web/assets/cp/dist/css/cp.css.map
[ci skip]
Description
When users increase font size by 200%, the badge icon overlaps the navigation icon. This PR updates sizes and widths to use
rem
so that the notification icon doesn't overlap the icon at 200% zoom.In addition, it changes the breakpoints for the layout to use
rem
instead ofpx
widths so that font size zoom triggers a shift to the mobile layout, increasing the screen real estate.Related issues