HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Hide user avatar
This discussion is related to the Yet Another Gamification Application addon.

Is there a way to disable/hide the user avatar from the leader board?
0
Comments
There are already some discussions connected with that plugin which are dealing with the layout problem on the leaderboard
https://open.vanillaforums.com/discussion/31691/great-addition-to-my-forum-small-layout-problem#latest
https://open.vanillaforums.com/discussion/30585/leaders-css-issue#latest
https://open.vanillaforums.com/discussion/32337/leaderboard-css#latest
Thank you
I ended up using the code:
/fixes the leaderboard layout/
.Box.Leaderboard ul.PanelInfo li a {
display: inline-block;
background: transparent;
padding: 0;
}
.Box.Leaderboard ul.PanelInfo li{
border-bottom:1px solid #4e5d6c;
}
.Box.Leaderboard .Count {
vertical-align: bottom;
position: relative;
top: 5px;
}
.Box.Leaderboard ul.PanelInfo li a .ProfilePhoto,.Box.Leaderboard ul.PanelInfo li a .ProfilePhotoMedium{
width: 32px;
height: 32px;
border-radius: 0;
}