From ac1f1a9cfbd6bd9770c0313a83580c9ca42bc522 Mon Sep 17 00:00:00 2001 From: Patrick Schratz Date: Tue, 3 Jun 2025 08:55:22 +0200 Subject: [PATCH] fix: add missing bottom margin for verification-button in release view (#8044) When a release contains a GPG verified button, the bottom margin is missing. The top one is already `tw-mt-4`. Screenshot from https://codeberg.org/crowci/crow/releases/tag/v3.6.0 | Current | New | |---------|---------| | ![image](/attachments/489beb0a-4fc0-4140-9a46-534ae43a28ea) | ![image](/attachments/8ed2456f-28e4-4d1d-99e5-c64c4af93d20) | Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8044 Reviewed-by: Beowulf Co-authored-by: Patrick Schratz Co-committed-by: Patrick Schratz --- templates/repo/tag/verification_line.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/tag/verification_line.tmpl b/templates/repo/tag/verification_line.tmpl index 5f8335abcc..0aef18b321 100644 --- a/templates/repo/tag/verification_line.tmpl +++ b/templates/repo/tag/verification_line.tmpl @@ -9,7 +9,7 @@ {{$class = (print $class " isWarning")}} {{end}} -
+
{{if $v.Verified}} {{if ne $v.SigningUser.ID 0}}