Left align unbubbled events
This commit is contained in:
parent
486d576b23
commit
e2688cd5e0
1 changed files with 7 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue