[OCaml] Mobile-friendly clone of cgit.
style make directory chevron buttons round
Changed .tree-chevron border-radius from 0.25rem to 50% for circular buttons, matching the round dismiss button styling.
lib/static/styles.css
@@ -588,7 +588,7 @@
588
588
font-size: 1.1em;
589
589
color: #b0b0b0;
590
590
background-color: #2a2a2a;
591
Removed:
border-radius: 0.25rem;
591
Added:
border-radius: 50%;
592
592
flex-shrink: 0;
593
593
margin-right: 0.5em;
594
594
transition: transform 0.15s ease;