Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6654 from matrix-org/fix/palid/space-room-view-css
Browse files Browse the repository at this point in the history
Fix spaces preview screen
  • Loading branch information
Palid authored Aug 23, 2021
2 parents e946e39 + 9a3a5a7 commit a3cf1c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions res/css/structures/_SpaceRoomView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ $SpaceRoomViewInnerWidth: 428px;
}

.mx_SpaceRoomView {
overflow-y: auto;
flex: 1;

.mx_MainSplit > div:first-child {
padding: 80px 60px;
flex-grow: 1;
Expand Down Expand Up @@ -248,6 +251,7 @@ $SpaceRoomViewInnerWidth: 428px;
.mx_SpaceRoomView_landing {
display: flex;
flex-direction: column;
min-width: 0;

> .mx_BaseAvatar_image,
> .mx_BaseAvatar > .mx_BaseAvatar_image {
Expand Down

0 comments on commit a3cf1c1

Please sign in to comment.