all repos — elgit @ 2e3c3103c48c748ccc8fa6b3607d51f112a9400f

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

log: cleaner view

commit

2e3c3103c48c748ccc8fa6b3607d51f112a9400f

parent

8f8f205ce5c806d0753b76de1dc0e2e135578437

1 file changed, 9 insertions(+), 0 deletions(-)

changed files
M static/style.cssstatic/style.css
@@ -172,6 +172,10 @@ .commit-email:after {
content: '>'; } +.commit { + margin-bottom: 1rem; +} + .commit pre { padding-bottom: 1rem; white-space: pre-wrap;
@@ -222,6 +226,11 @@ display: flex;
flex-direction: row; grid-template-columns: 1rem minmax(0, 1fr); gap: 1rem; +} + +.commit-info { + color: var(--gray); + font-size: 14px; } @media (max-width: 600px) {