mirror of https://github.com/go-gitea/gitea.git
css: remove profile avatar height
This commit is contained in:
parent
0114fdcba4
commit
7115e3a4d5
|
@ -2645,9 +2645,6 @@ footer .ui.language .menu {
|
||||||
.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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,9 +23,6 @@
|
||||||
|
|
||||||
&.profile {
|
&.profile {
|
||||||
.ui.card {
|
.ui.card {
|
||||||
#profile-avatar {
|
|
||||||
height: 290px;
|
|
||||||
}
|
|
||||||
.username {
|
.username {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue