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 #6462 from matrix-org/t3chguy/fix/18182
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Jul 23, 2021
2 parents 3556384 + 2b133de commit c7a2474
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions res/css/structures/_SpaceRoomView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ $SpaceRoomViewInnerWidth: 428px;
}

.mx_SpaceRoomView_landing {
display: flex;
flex-direction: column;

> .mx_BaseAvatar_image,
> .mx_BaseAvatar > .mx_BaseAvatar_image {
border-radius: 12px;
Expand Down Expand Up @@ -340,6 +343,7 @@ $SpaceRoomViewInnerWidth: 428px;

.mx_SearchBox {
margin: 0 0 20px;
flex: 0;
}

.mx_SpaceFeedbackPrompt {
Expand All @@ -350,6 +354,11 @@ $SpaceRoomViewInnerWidth: 428px;
display: none;
}
}

.mx_SpaceRoomDirectory_list {
// we don't want this container to get forced into the flexbox layout
display: contents;
}
}

.mx_SpaceRoomView_privateScope {
Expand Down

0 comments on commit c7a2474

Please sign in to comment.