top | item 46292897

Show HN: Display of Nested Comments and Spacing

1 points| brettermeier | 2 months ago

Use this CSS with eg. Stylus Firefox extension on Hackernews: Much better, ahh...

.spacer { height: 20px !important; } .ind { background: repeating-linear-gradient( 90deg, #f6f6ef 0px, #f6f6ef 37px, #465298 39px, #465298 39px ); } #hnmain { max-width: 1200px; }

1 comment

order

brettermeier|2 months ago

I feel like the vertical line (with the gradient in my solution) can be done a bit nicer, does anyone have any suggestions?