diff --git a/web/index.js b/web/index.js
index f0d77f8..bd4402d 100644
--- a/web/index.js
+++ b/web/index.js
@@ -12,7 +12,6 @@ const component_share = {
Filename |
Folder Name |
Size |
- Action |
@@ -132,7 +131,6 @@ const component_search_folders = {
Filename |
Folder Name |
Size |
- Action |
@@ -443,9 +441,7 @@ const component_file = {
template: `
{{ file.filename }} |
{{ file.foldername }} |
-{{ computed_readable_size }} |
-
-
+ | {{ computed_readable_size }}
Filename
| Folder Name |
Size |
- Action |
@@ -809,7 +804,6 @@ const component_get_random_files = {
Filename |
Folder Name |
Size |
- Action |
diff --git a/web/style.css b/web/style.css
index f16d84f..ed90bff 100644
--- a/web/style.css
+++ b/web/style.css
@@ -68,7 +68,7 @@ div.feedback {
button.refresh {
width: 100%;
}
-button.dialog {
- padding-right: 1em;
- padding-left: 1em;
+td, th {
+ padding-bottom: 0.5em;
+ padding-top: 0.5em;
}
|