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:
@@ -173,3 +173,9 @@ div.worldcontrol select {
|
||||
padding: 0 5px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.custom-icon {
|
||||
position:relative;
|
||||
left:-50%;
|
||||
top:-50%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user