Fix size/layout of player faces in chatbox
This commit is contained in:
parent
ef16a13cd5
commit
d5e1bc1b4d
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ componentconstructors['chatbox'] = function(dynmap, configuration) {
|
|||
playerAccount) {
|
||||
getMinecraftHead(playerAccount, 16, function(head) {
|
||||
messageRow.icon = $(head)
|
||||
.addClass('playerIcon')
|
||||
.addClass('playerMessageIcon')
|
||||
.appendTo(playerIconContainer);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue