maksverver / astral-codex-eleven

A Chrome browser extension to speed up loading of posts on https://www.astralcodexten.com/ by replacing the comments widget.
MIT License
3 stars 2 forks source link

Option limit depth #19

Open Pycea opened 1 month ago

Pycea commented 1 month ago

Add an option to limit the comment nesting depth. Right now, it's purely internal and set to 12, which is when the width starts to become unwieldy (substack cuts it off at 11). Ideally you'd want it before you get any horizontal scrolling, though that depends on screen width.

Another reason to support this is that the old styling looks absolutely terrible if nesting more than 8 deep, as they extend past the inner container.