Skip to content

Commit 3aa1484

Browse files
MayMeowzeripathsilverwindtechknowlogick
authored andcommitted
Added space between avatar and username (go-gitea#21825)
Added space between avatar and username which is missing on verified commit message and avatar is too close to username which is don't look nice. Current state ![image](https://user-images.githubusercontent.com/3164256/202007728-d7d6ecac-f754-454c-a67f-e422f4aac5a5.png) This is how it looks after change ![image](https://user-images.githubusercontent.com/3164256/202007984-d4a38a1c-7c24-4278-aa0f-9aa51c10f772.png) Co-authored-by: zeripath <[email protected]> Co-authored-by: silverwind <[email protected]> Co-authored-by: techknowlogick <[email protected]>
1 parent a42675c commit 3aa1484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/commit_page.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
{{else}}
201201
<span class="ui text mr-3">{{.locale.Tr "repo.commits.signed_by_untrusted_user_unmatched"}}:</span>
202202
{{end}}
203-
{{avatar .Verification.SigningUser 28}}
203+
{{avatar .Verification.SigningUser 28 "mr-3"}}
204204
<a href="{{.Verification.SigningUser.HomeLink}}"><strong>{{.Verification.SigningUser.GetDisplayName}}</strong></a>
205205
{{else}}
206206
<span title="{{.locale.Tr "gpg.default_key"}}">{{svg "gitea-lock-cog" 16 "mr-3"}}</span>

0 commit comments

Comments
 (0)