all repos

mugit @ d985efd13fa58bb461048b8652266621129505b1

馃惍 git server that your cow will love
2 files changed, 6 insertions(+), 16 deletions(-)
ui: fix padding for tags on refs tags
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-03-02 00:03:54 +0200
Authored at: 2026-03-02 00:02:14 +0200
Change ID: sroxysqruqywstznkvltpunpuovtyrvp
Parent: 0dc67f6
M web/static/style.css
路路路
        90
        90
         .nowrap { white-space: nowrap; }

      
        91
        91
         .fill { width: 100%; }

      
        92
        92
         .muted { color: var(--gray); }

      
        
        93
        +.padtop { padding-top: 20px; }

      
        93
        94
         

      
        94
        95
         .center {

      
        95
        96
           display: flex;

      路路路
        193
        194
           align-items: flex-start;

      
        194
        195
         }

      
        195
        196
         

      
        196
        
        -.repo-index-main {

      
        197
        
        -  flex: 0 0 72ch;

      
        198
        
        -}

      
        199
        
        -

      
        200
        
        -.repo-index-main .box {

      
        201
        
        -  width: 100%;

      
        202
        
        -}

      
        203
        
        -

      
        
        197
        +.repo-index-main { flex: 0 0 72ch; }

      
        
        198
        +.repo-index-main .box { width: 100%; }

      
        204
        199
         .repo-index-side {

      
        205
        200
           flex: 0 0 26rem;

      
        206
        201
           min-width: 0;

      路路路
        221
        216
         }

      
        222
        217
         

      
        223
        218
         /* tree */

      
        224
        
        -.tree, .log, .repo-index {

      
        225
        
        -  margin-bottom: 2em;

      
        226
        
        -}

      
        
        219
        +.tree, .log, .repo-index { margin-bottom: 2em; }

      
        227
        220
         

      
        228
        221
         /* file View */

      
        229
        222
         .file-wrapper {

      路路路
        339
        332
           padding-top: 0.7em;

      
        340
        333
         }

      
        341
        334
         

      
        
        335
        +.refs strong { padding-right: 1em; }

      
        342
        336
         .refs pre {

      
        343
        337
           padding-bottom: 0.5rem;

      
        344
        338
           white-space: pre-wrap;

      
        345
        
        -}

      
        346
        
        -

      
        347
        
        -.refs strong {

      
        348
        
        -  padding-right: 1em;

      
        349
        339
         }

      
        350
        340
         

      
        351
        341
         .tag-message { margin-left: 0.5rem; }

      
M web/templates/repo_refs.html
路路路
        20
        20
                 {{ end }}

      
        21
        21
               </div>

      
        22
        22
               {{ if .P.Tags }}

      
        23
        
        -      <h3>tags</h3>

      
        
        23
        +      <h3 class="padtop">tags</h3>

      
        24
        24
               <div class="refs">

      
        25
        25
                 {{ range .P.Tags }}

      
        26
        26
                 <div>