Browse Source

Merge branch '58-fix-border-radius' into 'master'

Fix Profile Picture border-radius

Closes #58

See merge request gitote/gitote!3
Yoginth 6 years ago
parent
commit
bb3776d6cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/user/profile.tmpl

+ 1 - 1
templates/user/profile.tmpl

@@ -102,7 +102,7 @@
 				<div class="ui card" style="border: 2px solid {{.Owner.ThemeColor}};box-shadow: 5px 6px 0px {{.Owner.ThemeColor}}"> 
 					{{if eq .LoggedUserName .Owner.Name}}
 						<a class="image poping up" href="{{AppSubURL}}/user/settings/avatar" id="profile-avatar" data-content="{{.i18n.Tr "user.change_avatar"}}" data-variation="inverted tiny" data-position="bottom center">
-							<img src="{{AppendAvatarSize .Owner.RelAvatarLink 400}}" title="{{.Owner.Name}}"/>
+							<img style="border-radius:2px 2px 0 0" src="{{AppendAvatarSize .Owner.RelAvatarLink 400}}" title="{{.Owner.Name}}"/>
 						</a>
 					{{else}}
 						<span class="image">