From f097a495bcdd4b30f7ea06fae9e10736ef206f82 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 7 Jul 2022 02:15:51 +0400 Subject: [PATCH] Removed unneded id for a span containing current path, and placed its copy under a table in a separate section to make space. --- web/templates/index.jade | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/templates/index.jade b/web/templates/index.jade index 4300d25..2a43f41 100644 --- a/web/templates/index.jade +++ b/web/templates/index.jade @@ -24,7 +24,7 @@ html(lang='en') a(href=mainSite) Back to main website h1 Files section#files - span#current-path!= currentPath + span!= currentPath p Files: #{stats.Files} (#{stats.FilesSize}); Directories: #{stats.Directories}. table thead @@ -40,6 +40,8 @@ html(lang='en') td #[a(href=item.Link) #{item.Name}] td!= utils.ToClientTimezone(item.Datetime, r).Format(files.FileDateFormat) td= item.Size + section + span!= currentPath section#usage p In an overlay you can use your mouse wheel to change scale of a video or a picture. An audio volume is being kept across site using LocalStorage API. section#privacy