Improved Collapsible Comments - Script that lets you collapse replies by clicking a line to the side of each comment
[https://greasyfork.org/en/scripts/468923-kbin-better-collapsible-comments](Download it from greasyfork)... #kbinMeta
Improved Collapsible Comments - Script that lets you collapse replies by clicking a line to the side of each comment
[https://greasyfork.org/en/scripts/468923-kbin-better-collapsible-comments](Download it from greasyfork)... #kbinMeta
This is SO much better than the default thread view, I love it. Thank you!
One tiny nitpick though, is there any way I can add back in the small padding between user comments to keep each comment chain separate? Right now it looks like one big comment chain.
Thanks, I'm glad to hear you like it!
Good call about the padding, I'll add that back in the next update. For now, you can edit the script, and add this to line 150, after styles.innerHTML =
.comments div {
border-left: none !important;
}
.entry-comment .children {
gap: 8px;
}
.comment-level--1 {
margin-bottom: 8px;
}