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 19:44:17 +02:00
parent 320ceb5036
commit 4ae92d8adc
3 changed files with 60 additions and 11 deletions
+11 -3
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 {
}
}
}