Space creation prompt user to add existing rooms instead of creating new ones

This commit is contained in:
Michael Telatynski 2021-04-26 12:41:04 +01:00
parent dda18c9384
commit 8656212eb9
5 changed files with 244 additions and 145 deletions

View file

@ -81,6 +81,16 @@ $SpaceRoomViewInnerWidth: 428px;
color: $secondary-fg-color;
margin-top: 12px;
margin-bottom: 24px;
max-width: $SpaceRoomViewInnerWidth;
}
.mx_AddExistingToSpace {
max-width: $SpaceRoomViewInnerWidth;
.mx_AddExistingToSpace_content {
height: calc(100vh - 360px);
max-height: 400px;
}
}
.mx_SpaceRoomView_buttons {