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; -}