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

Webkit fix: Blurry elements in modal windows #1010

Closed
wants to merge 3 commits into from
Closed

Webkit fix: Blurry elements in modal windows #1010

wants to merge 3 commits into from

Conversation

sacr3dc0w
Copy link
Contributor

See issue #993.

translate(-50%, -50%) is calculating a pixel value on both axes with a
decimal place, causing subpixel rendering on elements in quick view
modal windows. Removing half a pixel off the Y-axis seems to solve this.

translate(-50%, -50%) is calculating a pixel value on both axes with a
decimal place, causing subpixel rendering on elements in quick view
modal windows. Removing half a pixel off the Y-axis seems to solve this.
translate(-50%, -50%) is calculating a pixel value on both axes with a
decimal place, causing subpixel rendering on elements in quick view
modal windows. Removing half a pixel off the Y-axis seems to solve this.
@junedkazi
Copy link
Contributor

@sacr3dc0w can you share before & after screenshots ?

@sacr3dc0w sacr3dc0w closed this May 13, 2017
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

Successfully merging this pull request may close these issues.

2 participants