Attached: 1 image
Here's some CSS you can add to Server Settings > Appearance in the admin panel that changes how the new little account info boxes are displayed on the web interface, removing the follower count (who cares about how many followers someone has? That's 'big social media' mentality, ugh) and makes the instance they're interacting from more prominent.
.item-list .display-name__account {
display: block;
}
.item-list .account__details > span:first-child {
display: none;
}
#MastoAdmin #FediAdmin