mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 19:25:15 +01:00
Fix spacing on player markers to correct health/armor layout
This commit is contained in:
parent
108e9d24c4
commit
38dd39d75f
@ -23,6 +23,9 @@ componentconstructors['playermarkers'] = function(dynmap, configuration) {
|
||||
});
|
||||
}
|
||||
if (configuration.showplayerhealth) {
|
||||
if(!configuration.showplayerfaces) /* Need 32 high */
|
||||
playerImage.css('margin-bottom','16px');
|
||||
|
||||
player.healthContainer = $('<div/>')
|
||||
.addClass('healthContainer')
|
||||
.appendTo(div);
|
||||
|
Loading…
Reference in New Issue
Block a user