all repos — elgit @ b78354aee2f0fef8552896d75e106c915365d3ef

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

tree: directories first, add size column, fix .. Signed-off-by: Derek Stevens <nilix@nilfm.cc>

Derek Stevens
commit

b78354aee2f0fef8552896d75e106c915365d3ef

parent

ee800624f58b26204c1f846a524ccef5a1b4e386

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

changed files
M static/style.cssstatic/style.css
@@ -125,7 +125,7 @@ }
.tree { display: grid; - grid-template-columns: 8em minmax(0, 1fr); + grid-template-columns: 10ch auto 1fr; grid-row-gap: 0.5em; grid-column-gap: 1em; min-width: 0;
@@ -145,8 +145,11 @@ .log pre {
white-space: pre-wrap; } -.mode { +.mode, .size { font-family: var(--mono-font); +} +.size { + text-align: right; } .readme pre {