Переглянути джерело

css: remove profile avatar height

tags/v0.9.99
Unknwon 7 роки тому
джерело
коміт
7115e3a4d5
2 змінених файлів з 0 додано та 6 видалено
  1. 0
    3
      public/css/gogs.css
  2. 0
    3
      public/less/_user.less

+ 0
- 3
public/css/gogs.css Переглянути файл

@@ -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;
}

+ 0
- 3
public/less/_user.less Переглянути файл

@@ -23,9 +23,6 @@

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

Завантаження…
Відмінити
Зберегти