1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Show hierarchy of auto_join rooms in the space view

This commit is contained in:
Michael Telatynski
2021-03-02 14:37:28 +00:00
parent 716268b2f9
commit 43cc7deeda
3 changed files with 67 additions and 2 deletions

View File

@ -219,6 +219,14 @@ $SpaceRoomViewInnerWidth: 428px;
}
}
}
.mx_SpaceRoomDirectory_list {
max-width: 600px;
.mx_SpaceRoomDirectory_roomTile_actions {
display: none;
}
}
}
.mx_SpaceRoomView_privateScope {