You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You don't need to do anything. It's working fine, but the background grid image is not reliable in all browsers. Turn that off and you'll see that both layouts are identical. Resize the browser and the grid image will shift. See #473 and #440.
@krzkrzkrz This is due to how browsers render subpixels (pixels lesser than 1px). Chrome and Safari round them down while Firefox renders subpixels perfectly. That's why the grid looks slightly wrong on Chrome.
I created a simple layout. All displays fine in Firefox, but not in Chrome. The differences get noticeable with the
aside
andarticle
elements.I am guessing, it has something to do with Chrome handling sub pixel rounding. If so, how do I go about this?
I attached screenshots from Firefox and Chrome below.
Firefox:
Chrome:
The text was updated successfully, but these errors were encountered: