all repos

mugit @ d985efd

🐮 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
Change ID: sroxysqruqywstznkvltpunpuovtyrvp
Parent: 0dc67f6
M web/static/style.css

@@ -90,6 +90,7 @@ /* utilities */

.nowrap { white-space: nowrap; } .fill { width: 100%; } .muted { color: var(--gray); } +.padtop { padding-top: 20px; } .center { display: flex;

@@ -193,14 +194,8 @@ gap: 1.25rem;

align-items: flex-start; } -.repo-index-main { - flex: 0 0 72ch; -} - -.repo-index-main .box { - width: 100%; -} - +.repo-index-main { flex: 0 0 72ch; } +.repo-index-main .box { width: 100%; } .repo-index-side { flex: 0 0 26rem; min-width: 0;

@@ -221,9 +216,7 @@ vertical-align: top;

} /* tree */ -.tree, .log, .repo-index { - margin-bottom: 2em; -} +.tree, .log, .repo-index { margin-bottom: 2em; } /* file View */ .file-wrapper {

@@ -339,13 +332,10 @@ display: inline-block;

padding-top: 0.7em; } +.refs strong { padding-right: 1em; } .refs pre { padding-bottom: 0.5rem; white-space: pre-wrap; -} - -.refs strong { - padding-right: 1em; } .tag-message { margin-left: 0.5rem; }
M web/templates/repo_refs.html

@@ -20,7 +20,7 @@ </div>

{{ end }} </div> {{ if .P.Tags }} - <h3>tags</h3> + <h3 class="padtop">tags</h3> <div class="refs"> {{ range .P.Tags }} <div>