Show HN: Display of Nested Comments and Spacing
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;
} I feel like the vertical line (with the gradient in my solution) can be done a bit nicer, does anyone have any suggestions?