Skip to content

Commit

Permalink
css: remove profile avatar height
Browse files Browse the repository at this point in the history
  • Loading branch information
unknwon committed Aug 28, 2016
1 parent 0114fdc commit 7115e3a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions public/css/gogs.css
Original file line number Diff line number Diff line change
Expand Up @@ -2645,9 +2645,6 @@ footer .ui.language .menu {
.user.settings .email.list .item:not(:first-child) .button {
margin-top: -10px;
}
.user.profile .ui.card #profile-avatar {
height: 290px;
}
.user.profile .ui.card .username {
display: block;
}
Expand Down
3 changes: 0 additions & 3 deletions public/less/_user.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@

&.profile {
.ui.card {
#profile-avatar {
height: 290px;
}
.username {
display: block;
}
Expand Down

0 comments on commit 7115e3a

Please sign in to comment.