Hook up TimelineCallEventStore and add Avatar

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-05-30 12:42:23 +02:00
parent 320ceb5036
commit 4ae92d8adc
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
3 changed files with 60 additions and 11 deletions

View file

@ -16,7 +16,8 @@ limitations under the License.
.mx_CallEvent {
display: flex;
flex-direction: column;
flex-direction: row;
align-items: center;
background-color: $dark-panel-bg-color;
padding: 10px;
@ -25,9 +26,16 @@ limitations under the License.
max-width: 75%;
box-sizing: border-box;
.mx_CallEvent_sender {}
.mx_CallEvent_content {
display: flex;
flex-direction: column;
.mx_CallEvent_type {
.mx_CallEvent_sender {
}
.mx_CallEvent_type {
}
}
}