From a7541b322b9e67f1738a45945dd996d9d86a33fb Mon Sep 17 00:00:00 2001 From: Bram Date: Wed, 15 Apr 2026 21:13:16 +0200 Subject: [PATCH] add link button to admin page --- templates/admin.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/templates/admin.html b/templates/admin.html index 33be24a..24aa258 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -53,6 +53,13 @@ text-decoration: none; text-transform: uppercase; box-shadow: 3px 3px 0px #000; + + display: inline-flex; + align-items: center; + justify-content: center; + } + button { + line-height: 1; } button:hover, .button:hover { background: #000; color: #fff; box-shadow: none; transform: translate(2px, 2px); } button:active { background: #ff0000; color: #fff; } @@ -180,17 +187,17 @@
{{if not .Deleted}} - 🔗 Link + Link
- +
{{else}}
- +
{{end}}
- +