mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-28 07:01:36 +01:00
Merge pull request #278 from KnzkDev/fix/acc-header-avatar
Fix account header avatar
This commit is contained in:
commit
f78d169d71
1 changed files with 9 additions and 0 deletions
|
@ -1254,6 +1254,15 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.account__header__avatar {
|
||||||
|
background-size: 90px 90px;
|
||||||
|
display: block;
|
||||||
|
height: 90px;
|
||||||
|
margin: 0 auto 10px;
|
||||||
|
overflow: hidden;
|
||||||
|
width: 90px;
|
||||||
|
}
|
||||||
|
|
||||||
.account-authorize {
|
.account-authorize {
|
||||||
padding: 14px 10px;
|
padding: 14px 10px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue