We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
box-shadow
We use box-shadow instead of borders in order to not change the actual dimension of components.
1x retina
But when they have 1.5px in diameter, they "can" create rendering artifacts. Especially when Safari is run in 1x retina screens.
Also, Firefox does have similar issues, while Chrome does not.
2x retina
In this case, the width's are like this:
Change the resolution to 1x retina.
To render the same as in 2x retina.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Bug Report
We use
box-shadow
instead of borders in order to not change the actual dimension of components.1x retina
But when they have 1.5px in diameter, they "can" create rendering artifacts. Especially when Safari is run in 1x retina screens.
Also, Firefox does have similar issues, while Chrome does not.
2x retina
In this case, the width's are like this:
To Reproduce
Change the resolution to 1x retina.
Expected behavior
To render the same as in 2x retina.
Issue screenshot
The text was updated successfully, but these errors were encountered: