all repos — elgit @ d0d636aa89bf194185abf01e05b190386d0e8b23

fork of legit: web frontend for git, written in go

all: go-import, clone url

commit

d0d636aa89bf194185abf01e05b190386d0e8b23

parent

2e3c3103c48c748ccc8fa6b3607d51f112a9400f

1 file changed, 14 insertions(+), 5 deletions(-)

changed files
M static/style.cssstatic/style.css
@@ -111,6 +111,14 @@ padding-top: 1.2em;
min-width: 0; } +.clone-url { + padding-top: 2rem; +} + +.clone-url pre { + color: var(--dark); +} + .desc { color: var(--gray); font-style: italic;
@@ -146,6 +154,11 @@ .readme pre {
white-space: pre-wrap; } +.readme { + padding-bottom: 2rem; + border-bottom: 1.5px solid var(--medium-gray); +} + .diff { margin: 1rem 0 1rem 0; padding: 1rem 0 1rem 0;
@@ -158,10 +171,6 @@ }
.diff-stat { padding: 1rem 0 1rem 0; -} - -.commit-email { - color: var(--gray); } .commit-email:before {
@@ -230,7 +239,7 @@ }
.commit-info { color: var(--gray); - font-size: 14px; + padding-bottom: 1.5rem; } @media (max-width: 600px) {