Fix plat label text centering

This commit is contained in:
Chandler Swift 2025-11-08 13:52:04 -06:00
parent f7f662bed1
commit 51a3629794
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -23,13 +23,10 @@
.label {
font-weight: bold;
text-align: center;
margin-top: -1em;
}
.label div {
position: relative;
left: -50%;
top: -50%;
text-shadow: 0 0 2px white;
transform: translate(-50%, -50%);
}
.leaflet-popup-content-wrapper {
height: min(800px, 60vh);