diff options
author | Giteabot <teabot@gitea.io> | 2023-09-26 23:10:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-26 15:10:41 +0000 |
commit | f0045f4113ba8a7bc153054950ea95e981bbe03f (patch) | |
tree | 39c2dee1e389ee0f352623bc38d86798118d8504 /templates | |
parent | 0abd78e6a83fee1128720ffb8e65a5117736fd6c (diff) | |
download | gitea-f0045f4113ba8a7bc153054950ea95e981bbe03f.tar.gz gitea-f0045f4113ba8a7bc153054950ea95e981bbe03f.zip |
Add missing IconHTML size (#27269) (#27283)
Backport #27269 by @wxiaoguang
Fix #27223
Regression of #27122
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/user/settings/security/accountlinks.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/settings/security/accountlinks.tmpl b/templates/user/settings/security/accountlinks.tmpl index 73b2735650..0820844547 100644 --- a/templates/user/settings/security/accountlinks.tmpl +++ b/templates/user/settings/security/accountlinks.tmpl @@ -29,7 +29,7 @@ <div class="flex-item"> {{$providerData := index $.OAuth2Providers $loginSource.Name}} <div class="flex-item-leading"> - {{$providerData.IconHTML}} + {{$providerData.IconHTML 20}} </div> <div class="flex-item-main"> <span class="flex-item-title" data-tooltip-content="{{$provider}}"> |