Hacker News new | ask | show | jobs
by dejj 1971 days ago
There’s so much space for icons and borders, you had to abbreviate the titles even (viewed on mobile device). I prefer HN’s style.
4 comments

My fat fingers wish HN has more space around each HTML element lol
Have made some tweaks. You like it better?
Better :) I see 3-4 items per page now. More is better. Don’t really care about stars or forkcount. “Visit page” has a linebreak when the dev’s name is longer. And there’s a column of white background on the right into which layout is overflowing (Firefox on iOS)
After toying round with the CSS for a couple minutes, I was very happy with these two simple style changes:

    .chakra-button {
      height: 1.25rem;
    }
    
    .chakra-heading {
      font-size: 1rem;
    }
btw, the project I've mentioned bellow (LibHunt) is HN's style. I've built it with HN usability in mind (plain, simple, easy).