From a15ac4bc6064e166e9f3ff00dfcf2498ab91c3a9 Mon Sep 17 00:00:00 2001 From: Kcchouette Date: Mon, 8 Mar 2021 18:56:26 +0100 Subject: [PATCH] Change style to use flex inspired by PR #1140 --- .../resources/templates/listing.html | 45 ++++++++++--------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/cli/onionshare_cli/resources/templates/listing.html b/cli/onionshare_cli/resources/templates/listing.html index e3e07cf9..8458bb87 100644 --- a/cli/onionshare_cli/resources/templates/listing.html +++ b/cli/onionshare_cli/resources/templates/listing.html @@ -11,9 +11,11 @@ -
- -

OnionShare

+
+
+ +

OnionShare

+
{% if breadcrumbs %} @@ -23,37 +25,36 @@ {% endif %} - - - - - - +
+
+
Filename
+
Size
+
{% for info in dirs %} -
- - - + +
+ {% endfor %} {% for info in files %} - - - - + +
{{ info.size_human }}
+ {% endfor %} -
FilenameSize
+
+ {{ info.size_human }}
+