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)... #userscript #kbin #kbinStyles

https://kbin.social/m/kbinStyles/t/50628

kbin Improved Collapsible Comments

Improves the comment tree layout and adds a line that lets you collapse replies

There was an issue where the parent comment was in a column on the left side and its children were all on the right, but I adjusted the CSS:

.entry-comment .children { /* grid-area: children; */ /* disable or delete this */ display: flex; flex-direction: column; } .entry-comment .comment-level--2:first-child { margin-top: 3rem; /* Edit: If the child comment is long then the text will get cut off, so setting the margin and/or parent height conditionally could work*/ }
What browser are you using?
I'm using Firefox.
Glad to see it was just the issue with Firefox, lemme know if you run into any other issues!