1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-12-08 17:48:33 +03:00

Fix the header of Space landing page (#8048)

This commit is contained in:
Suguru Hirahara
2022-03-14 09:11:12 +00:00
committed by GitHub
parent ed6a371616
commit 64e9cdd619
3 changed files with 27 additions and 18 deletions

View File

@@ -479,8 +479,10 @@ const SpaceLanding = ({ space }: { space: Room }) => {
};
return <div className="mx_SpaceRoomView_landing">
<SpaceFeedbackPrompt />
<RoomAvatar room={space} height={80} width={80} viewAvatarOnClick={true} />
<div className="mx_SpaceRoomView_landing_header">
<RoomAvatar room={space} height={80} width={80} viewAvatarOnClick={true} />
<SpaceFeedbackPrompt />
</div>
<div className="mx_SpaceRoomView_landing_name">
<RoomName room={space}>
{ (name) => {