Hacker News new | ask | show | jobs
by chazandchaz 5154 days ago
Has a small line running through the arrow on safari (mobile). FYR
1 comments

That's probably because the CSS pixel resolution isn't matching the device/screen resolution so you're seeing the edge of two elements that don't quite match (imagine a percentage being rounded). If the page included a meta viewport tag with the correct default zoom level there would probably be no line (not tested) until you zoomed in or out.