all repos — elgit @ 8ed87caffe08bcd6487a7d585763d05d91634f44

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

css: make more room for left column, if needed

Alan Pearce
commit

8ed87caffe08bcd6487a7d585763d05d91634f44

parent

b97e2ba81f0f58e7b2029dacea2b4c0eb43c9403

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M static/style.cssstatic/style.css
@@ -121,7 +121,7 @@
.index { padding-top: 2em; display: grid; - grid-template-columns: 6em 1fr minmax(0, 7em); + grid-template-columns: minmax(6em, 8em) 1fr minmax(0, 7em); grid-row-gap: 0.5em; min-width: 0; }