[OCaml] Mobile-friendly clone of cgit.
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).
lib/static/styles.css
@@ -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 {