Fix: don't limit size of avatar on Mastodon except on header bar
This commit is contained in:
parent
4d097a742c
commit
0bdbb7ef1e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
{
|
||||
top: 2em !important;
|
||||
}
|
||||
.account__avatar {
|
||||
.ui__header__links .account__avatar {
|
||||
width: 1.9em !important;
|
||||
height: 1.9em !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue