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
@@ -187,6 +187,7 @@
</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)="openChatOptions()">
@@ -342,3 +342,12 @@
position: absolute;
z-index: 10;
}
.typing {
position: relative;
top: -34px;
height: 0px;
left: 0px;
margin-left: 22px;
}