Left align unbubbled events

pull/21833/head
Germain Souquet 2021-07-26 16:53:37 +02:00
parent 486d576b23
commit e2688cd5e0
1 changed files with 7 additions and 1 deletions

View File

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