From c64c63d3338602608ab7a63bedfb4c667ede4fe5 Mon Sep 17 00:00:00 2001 From: jabuxas Date: Wed, 16 Oct 2024 14:08:28 -0300 Subject: [PATCH] feat: remove download button and make header more useful --- templates/files.html | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/templates/files.html b/templates/files.html index a8a96de..e96349b 100644 --- a/templates/files.html +++ b/templates/files.html @@ -25,10 +25,7 @@ position: sticky; top: 0; z-index: 10; - - display: flex; - align-items: center; - justify-content: space-evenly; + padding: 10px; } .content { @@ -86,11 +83,7 @@ -
- {{.Path}} {{if eq .Type "pdf"}} - Download PDF - {{end}} -
+
{{.Path}}/{{.Name}}
{{if eq .Type "image"}} Image