etcet / HNES

Hacker News Extension Suite
Other
248 stars 71 forks source link

fix spacing and reply button for '/item' pages #144

Closed david-cako closed 7 years ago

david-cako commented 7 years ago

Spacing on /item pages has been botched since I started using HNES over a year ago.

This fixes the issue by again making the first 0px-width element colspan='2', and changing reply to display: block.

Before: screen shot 2017-07-27 at 11 09 39

After: screen shot 2017-07-27 at 11 04 56

etcet commented 7 years ago

Without this code, it actually looks good to me. If I add this code it creates the 'before' problem you mentioned. This happened before in issue #86. I think perhaps there's a case where the markup changes which results in this problem. As there doesn't seem to be any downsides to it, I'm just including both the code you added and the code you removed.

etcet commented 7 years ago

Ah nevermind, I see the problem. This code creates a spacing issue on full comment chain /item pages but fixes #121 (individual comment item pages).