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 {