reflect to mobile

This commit is contained in:
Peter Maquiran
2024-09-18 19:02:45 +01:00
parent a4d81a68e6
commit 6dac5733a6
9 changed files with 499 additions and 674 deletions
@@ -164,9 +164,8 @@
<ion-fab horizontal="start" vertical="bottom" slot="fixed">
<div #array>
<div *ngFor="let user of userTyping$; let i = index">
{{ user }} <ng-container *ngIf="i == userTyping$.length - 1">... </ng-container>
</div>
</ion-fab>