From 332c1346c704eecf3223c2fb71faa7db7bcbbaa2 Mon Sep 17 00:00:00 2001 From: Daniele Tonon Date: Mon, 11 Dec 2023 18:44:32 +0100 Subject: [PATCH] Decrase font size for the details area --- templates/details.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/templates/details.html b/templates/details.html index 24ceec8..1c52ad3 100644 --- a/templates/details.html +++ b/templates/details.html @@ -6,7 +6,7 @@ {{ if not (eq "" .Npub) }}
Author Public Key
- {{.Npub}} + {{.Npub}}
{{ end }} @@ -17,7 +17,7 @@ {{ if not (eq "" .FileMetadata.Summary) }}
Summary
- {{.FileMetadata.Summary}}
@@ -26,7 +26,7 @@ {{ if not (eq "" .FileMetadata.Dim) }}
Dimension
- {{.FileMetadata.Dim}}
@@ -35,7 +35,7 @@ {{ if not (eq "" .FileMetadata.Size) }}
Size
- {{.FileMetadata.Size}} bytes
@@ -44,7 +44,7 @@ {{ if not (eq "" .FileMetadata.Magnet) }}
Magnet URL
- {{.FileMetadata.Magnet}}
@@ -55,7 +55,7 @@ {{ if not (eq 0 (len .SeenOn)) }} -
+
Seen on
{{ range .SeenOn }}
@@ -105,16 +105,16 @@
Published at
- {{.CreatedAt}} + {{.CreatedAt}}
Kind type
- {{.Kind}} + {{.Kind}} {{ if not (eq .KindNIP "")}} -
{{.KindDescription}} {{ end }} @@ -123,7 +123,7 @@ {{ if not (eq "" .Nevent) }}
Address Code
- {.Nevent}}span> + {.Nevent}}span>
{{ end }} @@ -143,7 +143,7 @@ {{ if not (eq "" .Nprofile) }}
Author Profile Code
- {{.Nprofile}} + {{.Nprofile}}
{{ end }}