mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-05 18:54:10 +02:00
Merge 2d06cc128b into 252de984cc
This commit is contained in:
commit
5785581f6e
|
|
@ -661,3 +661,7 @@ dd {
|
|||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.td-offline-search-results {
|
||||
max-width: 460px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue