Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17021
Conflicts: res/css/structures/_SpaceRoomView.scss src/components/structures/SpaceRoomView.tsx
This commit is contained in:
commit
a4f02937cb
61 changed files with 1604 additions and 705 deletions
|
@ -84,6 +84,15 @@ $SpaceRoomViewInnerWidth: 428px;
|
|||
max-width: $SpaceRoomViewInnerWidth;
|
||||
}
|
||||
|
||||
.mx_AddExistingToSpace {
|
||||
max-width: $SpaceRoomViewInnerWidth;
|
||||
|
||||
.mx_AddExistingToSpace_content {
|
||||
height: calc(100vh - 360px);
|
||||
max-height: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_SpaceRoomView_buttons {
|
||||
display: block;
|
||||
margin-top: 44px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue