From c5feced4f1c877e5885f23b97d69f66debc8b4a6 Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Mon, 17 Oct 2022 15:48:08 +0800 Subject: [PATCH] fix issue --- templates/user/profile.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index f1328b626..d4e97a961 100755 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -184,6 +184,7 @@ {{.i18n.Tr "user.badge"}} +
{{.TotalBadges}}
@@ -246,5 +247,8 @@ .user.profile .ui.card .extra.content ul { padding: 5px 0; } + .ui.secondary.pointing.menu .item{ + padding: 0.78571429em 0.92857143em; + } \ No newline at end of file