Fix: don't limit size of avatar on Mastodon except on header bar

This commit is contained in:
Kujiu 2023-11-08 23:08:35 +01:00
parent 4d097a742c
commit 0bdbb7ef1e

View file

@ -5,7 +5,7 @@
{ {
top: 2em !important; top: 2em !important;
} }
.account__avatar { .ui__header__links .account__avatar {
width: 1.9em !important; width: 1.9em !important;
height: 1.9em !important; height: 1.9em !important;
} }