Hacker News new | ask | show | jobs
by oefrha 833 days ago
The domain click target is too big, it's a div spanning the whole width of the card, so it's easy to accidentally open the domain root instead of the link, especially on mobile, which is something I would probably never intend. (On HN the domain link actually serves a purpose — letting you check prior submissions for the domain.) Making the click target an inline-block as wide as the domain text or simply getting rid of the domain link should be better.
1 comments

It makes sense, I just fixed it, thank you!