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

Sidebar lower depth nav items can appear blurry in Chrome-only on non-“Retina” displays #295

Open
adamschwartz opened this issue Oct 21, 2020 · 0 comments
Labels
question Further information is requested

Comments

@adamschwartz
Copy link
Contributor

On macOS in Google Chrome, and not Safari, when window.devicePixelRatio === 1 some of the sidebar nav items at depth >=2 can appear blurry.

It appears this bug does not occur when window.devicePixelRatio === 2, which is true on Apple “Retina” monitors, e.g.

I suspect this may be browser rendering bug and/or a CSS transform rounding bug since it occurs in Google Chrome but not Safari, and blurriness due to half-pixel rounding when a CSS transform is applied is a common issue.

@adamschwartz adamschwartz added the question Further information is requested label Oct 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant