Replies have the same layout as messages

This commit is contained in:
Jorik Schellekens
2020-05-07 14:04:33 +01:00
parent 67249e1e9c
commit 027826c2e1
3 changed files with 30 additions and 21 deletions
+10 -3
View File
@@ -63,9 +63,12 @@ $right-padding: 5px;
display: flex;
align-items: center;
> .mx_BaseAvatar {
height: 1rem;
width: 1rem;
// Need to use important to override the js provided height and width values.
> .mx_BaseAvatar, .mx_BaseAvatar > * {
height: $font-14px !important;
width: $font-14px !important;
font-size: $font-10px !important;
line-height: $font-14px !important;
}
}
@@ -90,6 +93,10 @@ $right-padding: 5px;
.mx_EventTile_line > * {
display: inline-block;
}
.mx_EventTile_reply {
order: 3;
}
}
.mx_EventListSummary {