From 86ad038bb4adc225184efc6fe087510bfe2a6009 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Sat, 29 May 2021 00:16:30 +0800 Subject: [PATCH 1/3] no dialog button --- web/index.js | 7 +------ web/style.css | 4 ---- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/web/index.js b/web/index.js index f0d77f8..6921080 100644 --- a/web/index.js +++ b/web/index.js @@ -132,7 +132,6 @@ const component_search_folders = { Filename Folder Name Size - Action @@ -443,9 +442,7 @@ const component_file = { template: ` {{ file.filename }} {{ file.foldername }} -{{ computed_readable_size }} - - +{{ computed_readable_size }} Filename Folder Name Size - Action @@ -809,7 +805,6 @@ const component_get_random_files = { Filename Folder Name Size - Action diff --git a/web/style.css b/web/style.css index f16d84f..090ed30 100644 --- a/web/style.css +++ b/web/style.css @@ -68,7 +68,3 @@ div.feedback { button.refresh { width: 100%; } -button.dialog { - padding-right: 1em; - padding-left: 1em; -} From 82b2467a8afb4b2ae3f232b0ec852eebf3b1bdd3 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Sat, 29 May 2021 00:30:55 +0800 Subject: [PATCH 2/3] add padding-bottom and top --- web/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/style.css b/web/style.css index 090ed30..ed90bff 100644 --- a/web/style.css +++ b/web/style.css @@ -68,3 +68,7 @@ div.feedback { button.refresh { width: 100%; } +td, th { + padding-bottom: 0.5em; + padding-top: 0.5em; +} From 4f67345f14755e1613c51e0e2cb7d3767181844b Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Sat, 29 May 2021 01:20:12 +0800 Subject: [PATCH 3/3] delete share page Action --- web/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/index.js b/web/index.js index 6921080..bd4402d 100644 --- a/web/index.js +++ b/web/index.js @@ -12,7 +12,6 @@ const component_share = { Filename Folder Name Size - Action