Merge branch 'develop' into gsouquet/fix-18144

This commit is contained in:
Germain Souquet 2021-07-26 09:25:31 +02:00
commit 468887415a
119 changed files with 830 additions and 460 deletions

View file

@ -156,12 +156,24 @@ limitations under the License.
position: absolute;
top: 0;
line-height: 1;
z-index: 9;
img {
box-shadow: 0 0 0 3px $eventbubble-avatar-outline;
border-radius: 50%;
}
}
&.mx_EventTile_noSender {
.mx_EventTile_avatar {
top: -19px;
}
}
.mx_BaseAvatar,
.mx_EventTile_avatar {
line-height: 1;
}
&[data-has-reply=true] {
> .mx_EventTile_line {
flex-direction: column;