[OCaml] Mobile-friendly clone of cgit.
style add padding to nested tree items for clearer indentation
Subdir items now have padding-left on each li and a slightly thicker left border (2px) to better distinguish nested content from the current directory level.
lib/static/styles.css
@@ -627,7 +627,8 @@
627
627
}
628
628
629
629
.tree-nested li {
630
Removed:
border-left: 1px solid #3a3a3a;
630
Added:
border-left: 2px solid #3a3a3a;
631
Added:
padding-left: 0.5em;
631
632
}
632
633
633
634
.tree-overflow {