New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provide comment tree lines #189

Closed
jcs opened this Issue Feb 9, 2015 · 3 comments

Comments

Projects
None yet
3 participants
@jcs
Contributor

jcs commented Feb 9, 2015

On some long threads (especially on mobile) it can be hard to immediately tell which parent a child comment is in response to, so some very light colored tree lines might be helpful (as on the user tree).

@jcs jcs added the featurereq label Feb 9, 2015

@daGrevis

This comment has been minimized.

Show comment
Hide comment
@daGrevis

daGrevis commented Feb 10, 2015

Maybe it's time to reconsider https://lobste.rs/s/m5dlun/comment_folding.

@jcs

This comment has been minimized.

Show comment
Hide comment
@jcs

jcs Feb 10, 2015

Contributor

That could be added later, but it really has nothing to do with this.

Contributor

jcs commented Feb 10, 2015

That could be added later, but it really has nothing to do with this.

@bentrevor

This comment has been minimized.

Show comment
Hide comment
@bentrevor

bentrevor Feb 12, 2015

Looks like this can be accomplished by just adding a border-left to ol.comments. Something like border-left: 1px dotted #ccc; if you want it to look like Reddit.

bentrevor commented Feb 12, 2015

Looks like this can be accomplished by just adding a border-left to ol.comments. Something like border-left: 1px dotted #ccc; if you want it to look like Reddit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment