style group-message view for tablet/desktop

This commit is contained in:
tiago.kayaya
2021-03-15 10:42:19 +01:00
parent 738b376285
commit 22c8951c0f
9 changed files with 99 additions and 91 deletions
@@ -30,7 +30,7 @@
</ion-refresher>
<div class="messages" #scrollMe>
<div class="container-width-100" *ngFor="let msg of messages">
<div class='incoming-{{msg.u.username!=loggedUser.me.username}}'>
<div class='incoming-{{msg.u.username!=loggedUser.me.username}} max-width-45'>
<div class="title">
<ion-label>{{msg.u.name}}</ion-label>
<span class="time">{{msg._updatedAt | date: 'HH:mm' }}</span>