Bluscream / BetterDiscord-Plugins-and-Themes

Plugins and Themes for BetterDiscord
https://betterdiscord.net
7 stars 20 forks source link

I need a plugin, can you help? #18

Closed XxBonf1r3xX closed 7 years ago

XxBonf1r3xX commented 7 years ago

I would love to get a plugin which would remove users avatars from the right hand side panel and only show usernames.

holly-hacker commented 7 years ago

Just use this custom CSS

.channel-members-wrap .member .avatar-small {
    display: none;
}