Browse Source

css: remove profile avatar height

tags/v0.9.99
Unknwon 7 years ago
parent
commit
7115e3a4d5
2 changed files with 0 additions and 6 deletions
  1. 0
    3
      public/css/gogs.css
  2. 0
    3
      public/less/_user.less

+ 0
- 3
public/css/gogs.css View File

.user.settings .email.list .item:not(:first-child) .button { .user.settings .email.list .item:not(:first-child) .button {
margin-top: -10px; margin-top: -10px;
} }
.user.profile .ui.card #profile-avatar {
height: 290px;
}
.user.profile .ui.card .username { .user.profile .ui.card .username {
display: block; display: block;
} }

+ 0
- 3
public/less/_user.less View File



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

Loading…
Cancel
Save