tree: directories first, add size column, fix .. Signed-off-by: Derek Stevens <nilix@nilfm.cc>
1 file changed, 5 insertions(+), 2 deletions(-)
changed files
M static/style.css → static/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 {