summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorKyle D <kdumontnu@gmail.com>2021-02-14 11:49:22 -0500
committerGitHub <noreply@github.com>2021-02-14 17:49:22 +0100
commitd475d53c4194ec68a071faf90e33702ead1b3069 (patch)
treec573feed57545a53a303dde710e17d3335afe0c1 /templates
parent5e5b063c6f8f401541aa90097f5316f75cddb058 (diff)
downloadgitea-d475d53c4194ec68a071faf90e33702ead1b3069.tar.gz
gitea-d475d53c4194ec68a071faf90e33702ead1b3069.zip
Fix svg spacing (#14638)
* Add right margin to icons in menu items * Reduce padding on user profile submenu to fit in one line by default (english)
Diffstat (limited to 'templates')
-rw-r--r--templates/user/profile.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl
index 12e1459764..ddad4c46c3 100644
--- a/templates/user/profile.tmpl
+++ b/templates/user/profile.tmpl
@@ -83,7 +83,7 @@
</div>
</div>
<div class="ui eleven wide column">
- <div class="ui secondary stackable pointing menu">
+ <div class="ui secondary stackable pointing tight menu">
<a class='{{if and (ne .TabName "activity") (ne .TabName "following") (ne .TabName "followers") (ne .TabName "stars") (ne .TabName "projects")}}active{{end}} item' href="{{.Owner.HomeLink}}">
{{svg "octicon-repo"}} {{.i18n.Tr "user.repositories"}}
</a>