diff --git a/web/index.js b/web/index.js index 15879ad..146e473 100644 --- a/web/index.js +++ b/web/index.js @@ -81,6 +81,7 @@ const component_search_folders = { }, template: `
+

Search Folders

@@ -104,6 +105,7 @@ const component_search_folders = { +

Files in folder

{{ computed_files_page }} @@ -630,6 +632,7 @@ const component_search_files = { }, template: `
+

Search Files

@@ -715,7 +718,7 @@ const component_get_random_files = { template: `
- +
diff --git a/web/style.css b/web/style.css index e5f1a36..090ed30 100644 --- a/web/style.css +++ b/web/style.css @@ -58,9 +58,13 @@ div.search_toolbar { flex-direction: row; flex-wrap: wrap; justify-content: flex-end; + width: 100%; } div.feedback { display: flex; flex-direction: row; flex-wrap: wrap; } +button.refresh { + width: 100%; +}