change vectory tiles

This commit is contained in:
Tykayn 2025-09-23 11:26:44 +02:00 committed by tykayn
parent 1a3df2ed75
commit 91e34032b2
9 changed files with 47 additions and 42 deletions

View file

@ -510,4 +510,9 @@ input:invalid,
select:invalid {
border-color: #f44336;
background-color: #fff8f8;
}
.maplibregl-popup-content{
min-width: 300px;
max-width: 95vw;
}