Add full-text search #20

Merged
raucao merged 28 commits from feature/10-fulltext_search into master 2026-02-24 11:03:57 +00:00
Showing only changes of commit 1df77c2045 - Show all commits

View File

@@ -769,6 +769,12 @@ button.create-place {
z-index: 3002; /* Higher than menu button to be safe */
}
@media (width <= 768px) {
.search-box {
max-width: calc(100vw - 65px);
}
}
.search-form {
display: flex;
align-items: center;