web: fix marker icon position
Shoutouts to 14mRh4X0r for finding the right CSS properties that work for centering the marker icons. Fixes #1481.
This commit is contained in:
@@ -173,3 +173,9 @@ div.worldcontrol select {
|
||||
padding: 0 5px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.ov-marker {
|
||||
position:relative;
|
||||
margin-left:-50%;
|
||||
margin-top:-50%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user