This commit is contained in:
Peter Maquiran
2022-02-24 13:35:54 +01:00
parent 89db65390d
commit 9e14fb0fce
12 changed files with 77 additions and 7 deletions
@@ -203,6 +203,8 @@
</ion-content>
<ion-footer>
<div class="typing" *ngIf="wsChatMethodsService.getGroupRoom(roomId).otherUserType == true" >A escrever...</div>
<div class="container width-100 d-flex">
<div>
<!-- <button class="btn-no-color" (click)="openSendGroupMessageOptions()">
@@ -272,3 +272,12 @@
}
}
.typing {
position: relative;
top: -34px;
height: 0px;
left: 0px;
margin-left: 22px;
}