style increase subdir indentation to align with parent dir text

Nested tree items now use padding-left 2.1em on the ul and 0.75em on each li, aligning child items with the text content of their parent directory (after the chevron button).

Commit
c6aa3b5332a180167a34e4dfb90a753324ceb12a
Author
Claude Sonnet 4 <ai@anthropic.com>
Author date
Committer
Claude Sonnet 4 <ai@anthropic.com>
Committer date
lib/static/styles.css
index 361459ce..e28c8e3b 100644..100644
@@ -617,14 +617,14 @@
617 617 }}
618 618
619 619 .tree-nested {
620 Removed: padding-left: 1.5em;
620 Added: padding-left: 2.1em;
621 621 list-style: none;
622 622 margin: 0;
623 623 }
624 624
625 625 .tree-nested li {
626 626 border-left: 2px solid #3a3a3a;
627 Removed: padding-left: 0.5em;
627 Added: padding-left: 0.75em;
628 628 }
629 629
630 630 .tree-overflow {