diff options
author | Kyle D <kdumontnu@gmail.com> | 2021-02-14 11:49:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-14 17:49:22 +0100 |
commit | d475d53c4194ec68a071faf90e33702ead1b3069 (patch) | |
tree | c573feed57545a53a303dde710e17d3335afe0c1 /templates | |
parent | 5e5b063c6f8f401541aa90097f5316f75cddb058 (diff) | |
download | gitea-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.tmpl | 2 |
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> |