diff --git a/web/data/templates/index.tmpl b/web/data/templates/index.tmpl index 1b106d8..f728edb 100644 --- a/web/data/templates/index.tmpl +++ b/web/data/templates/index.tmpl @@ -42,15 +42,22 @@ - - + + + + + files... + +
+
    + +
+
+ x-text="'fetching ' + item.url + '...'"> 🔗 diff --git a/web/data/templates/layout.tmpl b/web/data/templates/layout.tmpl index a8ab404..68a31d5 100644 --- a/web/data/templates/layout.tmpl +++ b/web/data/templates/layout.tmpl @@ -34,6 +34,9 @@ height: 100px; overflow:auto; } + .filelist { + font-size: 60%; + } footer { padding-top: 50px; font-size: 30%; @@ -72,7 +75,7 @@ } .error { color: red; - font-size: 150%; + font-size: 120%; } .success { color: green;