Skip to content
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 Ribbon needs work #11

Closed
slominskir opened this issue May 16, 2023 · 1 comment
Closed

Breadcrumb Ribbon needs work #11

slominskir opened this issue May 16, 2023 · 1 comment

Comments

@slominskir
Copy link
Member

slominskir commented May 16, 2023

Over the last decade the slick bread crumb CSS appears to not work so good anymore and ugly gaps show.

Either some tweaks should be done to the CSS or a new approach investigated. Possible CSS fix:

.breadcrumb li a:before {
   right: -15px; (currently -16px)
}

.breadcrumb li a:after {
   right: -14px; (currently -15px)
}

See Also:

Note: It may be difficult to make it look good in various use cases like different web browsers, and web browsers viewed inside an RDP session (oddly appear differently). New approach may be to purposely create gap between crumbs that allow slop for different devices to render slightly off from pixel perfect.

Example:

image

@slominskir
Copy link
Member Author

  • Replaced existing .breadbox class with .banner-breadbox
  • Added .ribbon-breadbox and .float-breadbox classes. See demo app.

Breadbox support has dropped transparent border approach for rotated box approach and skewed box approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant