RM 1.2 Removing MiniMe avatars?

max_d

Member
Firstly, thanks for all the great help you guys have provided.

Is there a way to remove all the MiniMe avatars from the resource manager?
mineme avatar.webp
 
If you're not planning on using icons, disabling "Allow Icons to be Uploaded with Resources" will remove the mini me (though the icon will become the avatar).

Otherwise:
Code:
.resourceListItem .resourceImage .creatorMini { display: none !important; }
In EXTRA.css should work.
 
Top Bottom