Merge pull request #2348 from matrix-org/bwindels/roomgridview-experimental

Tiled room UI
This commit is contained in:
Bruno Windels 2019-01-09 17:25:08 +00:00 committed by GitHub
commit ece5cb1fcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 839 additions and 179 deletions

View file

@ -53,6 +53,10 @@ limitations under the License.
.mx_MemberList_query,
.mx_GroupMemberList_query,
.mx_GroupRoomList_query {
flex: 0 0 auto;
}
.mx_MemberList .gm-scrollbar-container {
flex: 1 1 0;
}