Add page search widget

Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
Johannes Marbach 2026-03-10 14:18:25 +01:00
parent 0b5db68242
commit 2d06cc128b
2 changed files with 7 additions and 0 deletions

View file

@ -661,3 +661,7 @@ dd {
margin: 0;
}
}
.td-offline-search-results {
max-width: 460px;
}

View file

@ -66,6 +66,9 @@ description = "Home of the Matrix specification for decentralised communication"
[params]
copyright = "The Matrix.org Foundation C.I.C."
offlineSearch = true
offlineSearchSummaryLength = 200
offlineSearchMaxResults = 25
[params.version]
# must be one of "unstable", "current", "historical"