feat: Use card design for map

This commit is contained in:
2024-09-27 15:42:40 +02:00
parent 4d22702e2d
commit 7d1a07227d
2 changed files with 9 additions and 6 deletions

View File

@@ -580,4 +580,9 @@ textarea {
.maplibregl-popup {
max-width: 200px;
}
.maplibregl-popup-content {
background-color: var(--background-three) !important;
border-radius: 8px !important;
}