Fix size/layout of player faces in chatbox
This commit is contained in:
parent
0383532423
commit
c204603537
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue