mirror of
https://github.com/NicolasConstant/sengi
synced 2025-02-07 13:53:26 +01:00
added empty followers message
This commit is contained in:
parent
5230b3a115
commit
bce2cd0527
@ -4,5 +4,6 @@
|
||||
[account]="account"
|
||||
(accountSelected)="browseAccount($event)"></app-account>
|
||||
</div>
|
||||
<div *ngIf="accounts.length === 0 && !isLoading" class="follow__empty"> There is nothing here! </div>
|
||||
<app-waiting-animation *ngIf="isLoading" class="waiting-icon"></app-waiting-animation>
|
||||
</div>
|
@ -7,6 +7,11 @@
|
||||
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
|
||||
&__empty {
|
||||
padding: 20px 0 0 0;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.account {
|
||||
|
Loading…
x
Reference in New Issue
Block a user