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:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user