From feeb1d75757bdb809b352bc4100274314aed8e6f Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sat, 10 Feb 2018 18:25:31 -0800 Subject: [PATCH] Left-align the client-side file list --- share/html/index.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/share/html/index.html b/share/html/index.html index ad5f342d..3b4d5e70 100644 --- a/share/html/index.html +++ b/share/html/index.html @@ -89,8 +89,8 @@ margin-right: 0.5rem; } - table.file-list td:first-child, table.file-list td:last-child { - width: 50%; + table.file-list td:last-child { + width: 100%; } @@ -111,14 +111,12 @@ - {% for info in file_info.dirs %} - -
Filename Size
{{ info.basename }} @@ -129,7 +127,6 @@ {% endfor %} {% for info in file_info.files %}
{{ info.basename }}