[OCaml] Mobile-friendly clone of cgit.
style unify pill padding and border-radius for commit and path pills
Both .commit-pill and .path-pill now share identical padding (0.4em 0.9em) and border-radius (9999px), making them wider, more clickable, and visually consistent as part of the same design language.
lib/static/styles.css
@@ -249,7 +249,7 @@
249
249
display: inline-flex;
250
250
align-items: center;
251
251
flex-shrink: 0;
252
Removed:
padding: 0.35em 0.75em;
252
Added:
padding: 0.4em 0.9em;
253
253
border-radius: 9999px;
254
254
font-size: 0.8em;
255
255
font-weight: 600;
@@ -509,7 +509,7 @@
509
509
display: inline-flex;
510
510
align-items: center;
511
511
flex-shrink: 0;
512
Removed:
padding: 0.35em 0.75em;
512
Added:
padding: 0.4em 0.9em;
513
513
border-radius: 9999px;
514
514
font-size: 0.85em;
515
515
font-family: monospace;