style(geomap): improve alignment for marker icon

pull/1017/head
Elian Doran 2025-01-21 19:02:36 +07:00
parent 016a9e4a99
commit 1be3492f67
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

@ -36,12 +36,12 @@ const TPL = `\
.geo-map-container .leaflet-div-icon span {
position: absolute;
top: 3px;
left: 3px;
left: 2px;
background-color: white;
color: black;
padding: 2px;
border-radius: 50%;
font-size: 16px;
font-size: 17px;
}
</style>
</div>`;