mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 19:25:15 +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) {
|
playerAccount) {
|
||||||
getMinecraftHead(playerAccount, 16, function(head) {
|
getMinecraftHead(playerAccount, 16, function(head) {
|
||||||
messageRow.icon = $(head)
|
messageRow.icon = $(head)
|
||||||
.addClass('playerIcon')
|
.addClass('playerMessageIcon')
|
||||||
.appendTo(playerIconContainer);
|
.appendTo(playerIconContainer);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user