Merge pull request #6507 from matrix-org/t3chguy/fix/18089

Allow pagination of the space hierarchy and use new APIs
This commit is contained in:
Travis Ralston 2021-08-23 15:51:34 -06:00 committed by GitHub
commit 15c731d574
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 765 additions and 796 deletions

View file

@ -363,11 +363,6 @@ $SpaceRoomViewInnerWidth: 428px;
width: max-content;
margin: 0 0 -40px auto; // collapse its own height to not push other components down
}
.mx_SpaceRoomDirectory_list {
// we don't want this container to get forced into the flexbox layout
display: contents;
}
}
.mx_SpaceRoomView_privateScope {