This commit is contained in:
Tykayn 2025-02-10 12:22:49 +01:00 committed by tykayn
parent 7c809b9629
commit 522f48f887
3 changed files with 66 additions and 33 deletions

View file

@ -632,4 +632,12 @@ overrides leaflet
}
}
.search-results {
width: calc(100% - 40px);
margin-top: 10px;
border: 1px solid var(--button-border);
border-radius: 5px;
display: none;
}
/*# sourceMappingURL=style.css.map */