mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-13 05:54:40 +01:00
Fix size/layout of player faces in chatbox
This commit is contained in:
parent
ef16a13cd5
commit
d5e1bc1b4d
@ -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…
Reference in New Issue
Block a user