Left align unbubbled events

This commit is contained in:
Germain Souquet 2021-07-26 16:53:37 +02:00
parent 486d576b23
commit e2688cd5e0

View file

@ -232,7 +232,7 @@ limitations under the License.
display: flex;
align-items: center;
justify-content: center;
justify-content: start;
padding: 5px 0;
.mx_EventTile_avatar {
@ -244,6 +244,12 @@ limitations under the License.
.mx_EventTile_e2eIcon {
margin-left: 9px;
}
.mx_EventTile_line > a {
right: auto;
top: -15px;
left: -68px;
}
}
& ~ .mx_EventListSummary {