1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-17 17:42:41 +03:00

Move room header shields over the avatar for the room

Currently this is calibrated like the lil' DM icon is
This commit is contained in:
Zoe
2020-01-21 13:33:16 +00:00
parent adec308529
commit c8a2f6a5a0
2 changed files with 6 additions and 3 deletions

View File

@@ -310,8 +310,7 @@ export default createReactClass({
return (
<div className="mx_RoomHeader light-panel">
<div className="mx_RoomHeader_wrapper">
<div className="mx_RoomHeader_avatar">{ roomAvatar }</div>
{ e2eIcon }
<div className="mx_RoomHeader_avatar">{ roomAvatar }{ e2eIcon }</div>
{ privateIcon }
{ name }
{ topicElement }