0

Fix custom icons not showing up properly

Individual POIs such as player POIs can have their own icon per
POI, so we should respect that.
This commit is contained in:
Nicolas F
2018-05-09 15:45:31 +02:00
parent cf5a14a088
commit 6fbced79bf
2 changed files with 15 additions and 3 deletions

View File

@@ -173,3 +173,9 @@ div.worldcontrol select {
padding: 0 5px;
color: #333;
}
.custom-icon {
position:relative;
left:-50%;
top:-50%;
}