all repos

mugit @ 98cffed

馃惍 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
Authored at: 2026-02-21 17:07:28 +0200
Change ID: lsskxkzrnroxlpxmpoloxtopvquryvvs
Parent: 55faf33
M web/static/style.css
路路路
        102
        102
         

      
        103
        103
         .size { text-align: right; }

      
        104
        104
         

      
        105
        
        -.mode,

      
        106
        
        -.size,

      
        107
        
        -.commit-hash,

      
        108
        
        -.commit-email,

      
        109
        
        -.diff-type {

      
        110
        
        -  font-family: var(--mono-font);

      
        111
        
        -}

      
        
        105
        +.mode, .size,

      
        
        106
        +.commit-hash, .commit-email,

      
        
        107
        +.diff-type { font-family: var(--mono-font); }

      
        112
        108
         

      
        113
        109
         /* tables */

      
        114
        110
         .table {

      
M web/templates/repo_log.html
路路路
        35
        35
                         <a href="mailto:{{ .AuthorEmail }}" class="commit-email">{{ .AuthorEmail }}</a>

      
        36
        36
                       </span>

      
        37
        37
                     </td>

      
        38
        
        -            <td class="">

      
        
        38
        +            <td class="commit-hash">

      
        39
        39
                       <a href="/{{ $repo }}/commit/{{ .Hash }}">{{ .HashShort }}</a>

      
        40
        40
                     </td>

      
        41
        41
                     <td class="age nowrap">