mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +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:
parent
adec308529
commit
c8a2f6a5a0
2 changed files with 6 additions and 3 deletions
|
@ -19,7 +19,10 @@ limitations under the License.
|
|||
border-bottom: 1px solid $primary-hairline-color;
|
||||
|
||||
.mx_E2EIcon {
|
||||
margin: 0 5px;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: -5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -171,6 +174,7 @@ limitations under the License.
|
|||
width: 28px;
|
||||
height: 28px;
|
||||
margin: 0 7px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.mx_RoomHeader_avatar .mx_BaseAvatar_image {
|
||||
|
|
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue