Hi @stryguardian, is there a way to sort the UserCard info as well? 😊
I've installed Masquerade and would like the added fields (item-masquerade-bio) to appear at the bottom.

I managed it with CSS, but sorting it would be more accurate
.UserCard-info {
position: relative;
}
.item-masquerade-bio {
position: absolute;
bottom: -10px;
left: 0;
}