mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
Fix spinner
This commit is contained in:
@@ -5,7 +5,7 @@ div(*ngIf="open || !canClose")
|
||||
span.text-muted.ml-1
|
||||
| ({{date ? date.label : 'none'}})
|
||||
span.text-muted.ml-1(*ngIf="loading")
|
||||
fa-icon([icon]="spinnerIcon" [spin]="true")
|
||||
fa-icon([icon]="spinnerIcon" animation="spin")
|
||||
.form-inline
|
||||
ng-content
|
||||
form.d-inline-block((submit)="searchChat(searchInput.value)")
|
||||
|
||||
Reference in New Issue
Block a user