[TJA] User Group Badges [Deleted]

Hey again, sorry another slight problem with the css. When using the FA icons if a second badge is present the FA is slightly off-centre message info badge shown below

upload_2015-10-14_18-16-7.webp

Whereas in the member card they are all centred fine:

upload_2015-10-14_18-15-24.webp

Nothing major of course, just thought you'd like to know :).
 
Ah bugger, have found the problem, not your addon ... it is the @BassMan conversation button under avatar causing it.

Sorry about that, my bad :oops:
 
  • Like
Reactions: TJA
Ok, just tested and it looks fine to me. But if you still wish to change the position of icon add this to your EXTRA.css:

Code:
.messageUserBlock .fa {
    padding-left: 2px !important;
}

... and change the px for padding-left.
 
Back
Top Bottom