all repos

mugit @ 98cffed5fe0c01cbe38646688495217b39fe51b9

🐮 git server that your cow will love
2 files changed, 4 insertions(+), 8 deletions(-)
ui: commit hashes should be in mono font
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-02-21 17:26:40 +0200
Change ID: lsskxkzrnroxlpxmpoloxtopvquryvvs
Parent: 55faf33
M web/static/style.css

@@ -102,13 +102,9 @@ .muted { color: var(--gray); }

.size { text-align: right; } -.mode, -.size, -.commit-hash, -.commit-email, -.diff-type { - font-family: var(--mono-font); -} +.mode, .size, +.commit-hash, .commit-email, +.diff-type { font-family: var(--mono-font); } /* tables */ .table {
M web/templates/repo_log.html

@@ -35,7 +35,7 @@ <strong>{{ .AuthorName }}</strong><br>

<a href="mailto:{{ .AuthorEmail }}" class="commit-email">{{ .AuthorEmail }}</a> </span> </td> - <td class=""> + <td class="commit-hash"> <a href="/{{ $repo }}/commit/{{ .Hash }}">{{ .HashShort }}</a> </td> <td class="age nowrap">