From bfacb5c5017a41ec5bad48d4c639287634f7bfb0 Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Thu, 7 Dec 2023 03:51:39 +0200 Subject: [PATCH] Fix margin in server signed signature verification view (#28379) Before: ![image](https://github.com/go-gitea/gitea/assets/165205/e2e2256d-03c5-4ab8-8ed9-08ef68571a43) After: ![image](https://github.com/go-gitea/gitea/assets/165205/804132ef-18f9-4ab8-949d-f6c71e7f4d24) --- templates/repo/commit_page.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/commit_page.tmpl b/templates/repo/commit_page.tmpl index efdbb23e00..2a4240045c 100644 --- a/templates/repo/commit_page.tmpl +++ b/templates/repo/commit_page.tmpl @@ -201,7 +201,7 @@ {{else}} {{svg "gitea-lock-cog" 16 "gt-mr-3"}} {{ctx.Locale.Tr "repo.commits.signed_by"}}: - {{ctx.AvatarUtils.AvatarByEmail .Verification.SigningEmail "" 28}} + {{ctx.AvatarUtils.AvatarByEmail .Verification.SigningEmail "" 28 "gt-mr-3"}} {{.Verification.SigningUser.GetDisplayName}} {{end}} {{else}}