mirror of https://github.com/vector-im/riot-web
Left align unbubbled events
parent
486d576b23
commit
e2688cd5e0
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue