Make publicrooms use the new paginating API
Also do filtering on the server WIP: This breaks the network dropdown
This commit is contained in:
parent
135c22c99d
commit
a11516a984
2 changed files with 72 additions and 43 deletions
|
@ -46,6 +46,11 @@ limitations under the License.
|
|||
-webkit-flex-direction: column;
|
||||
}
|
||||
|
||||
.mx_RoomDirectory_list .mx_RoomView_messageListWrapper {
|
||||
justify-content: flex-start;
|
||||
-webkit-justify-content: flex-start;
|
||||
}
|
||||
|
||||
.mx_RoomDirectory_listheader {
|
||||
display: table;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue