-
Notifications
You must be signed in to change notification settings - Fork 918
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
Breadcrumb links on firefox/feature pages are misaligned #14081
Comments
Hey @alexgibson! I was looking into this and noticed that a style for the class So I think a good solution, in order to be consistent, would be to include the same CSS bundles to I will proceed with a PR if you agree to this solution! |
Hey @alexgibson, I took a closer look at this as I was reviewing @janbrasna's PR, and I think I came to understand that the reason there's considered to be a misalignment is actually because the Breadcrumb component is aligned similarly to the subnav that we have. You can see this being played out in VPN Resource Center articles (which has both a subnav and Breadcrumb component). If you visit other pages around bedrock with subnavs, they all also have the same alignment. Now the question is, do we want to:
|
@reemhamz it looks misaligned to me on the VPN resource pages too? Wide viewports: Smaller viewports: |
RIght, the alignment with subnav (e.g. in VPN resources) has been brought up too: #13462 — I guess people just expect the components to align somewhat more reasonably, probably within the bounds like this: 👇 👇 👇 with closer results between all the screen sizes. Would this be better addressed upstream, in Protocol, as a whole together with the subnav? |
@janbrasna those proposed alignments make sense to me. I think we're OK to fix this in bedrock since the sub navigation component has yet to be back ported to Protocol officially (see mozilla/protocol#921) |
Description
The Protocol breadcrumbs component on the
firefox/feature
pages is misaligned with the rest of the page content.Steps to reproduce
Open https://www.mozilla.org/en-US/firefox/features/private/
Expected result
The breadcrumb links should be aligned with the nav links
Actual result
The breadcrumb is not aligned
It could also perhaps do with a little more top / bottom padding, to make the breadcrumb links easier to click?
Environment
Firefox Nightly
macOS
The text was updated successfully, but these errors were encountered: