all repos — elgit @ 1574bbecb5b2856b2018d064a32d2e7f484a58b1

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

cleaner titles by nilix

commit

1574bbecb5b2856b2018d064a32d2e7f484a58b1

parent

d5a33e9150da61d95ad3ae06f6754a6dd101124a

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

changed files
M static/style.cssstatic/style.css
@@ -252,17 +252,18 @@ margin-right: 1ch;
} .file-wrapper { + display: flex; + flex-direction: row; + grid-template-columns: 1rem minmax(0, 1fr); + gap: 1rem; + padding: 0.5rem; background: var(--light-gray); - display: table; - padding: 0.5rem - width: 100%; } .file-content { background: var(--light-gray); overflow-y: hidden; overflow-x: auto; - display: block; } .diff-type {