Hacker News new | past | comments | ask | show | jobs | submit login

If a link is surrounded by whitespace, it makes sense for that space to be clickable (this is a common mistake). But that isn't the case on HN; the only way to make the comment link targets bigger (at least vertically) would be to add whitespace around them, thus reducing density and requiring more scrolling. This case does not seem clear-cut to me.



" the only way to make the comment link targets bigger ... would be to add whitespace around them"

ORLY?

    a.big-click-zone {
        position: relative;
        left: -1em;
        padding: 1em;
        margin-right: -2em;
    }


Wouldn't this start to overlap with other links?


It could. You'd want to choose the expansion size judiciously, with less size for closely-packed links. Making the background light up during hovering would really help disambiguate click targets.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: