Fix size/layout of player faces in chatbox

This commit is contained in:
Mike Primm 2011-12-12 02:19:37 +08:00 committed by mikeprimm
parent ef16a13cd5
commit d5e1bc1b4d

View File

@ -78,7 +78,7 @@ componentconstructors['chatbox'] = function(dynmap, configuration) {
playerAccount) {
getMinecraftHead(playerAccount, 16, function(head) {
messageRow.icon = $(head)
.addClass('playerIcon')
.addClass('playerMessageIcon')
.appendTo(playerIconContainer);
});
}