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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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) => {