changed the order of columns in collapsed view (#695)

This commit is contained in:
Priyansh 2021-08-06 16:38:44 +05:30 committed by GitHub
parent 99adccf43c
commit 6d910a5e24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,9 @@
</div>
</div>
</div>
<div class="col" *ngIf="(network$ | async) !== 'liquid'; else emptyBlock">
<ng-container *ngTemplateOutlet="difficultyEpoch"></ng-container>
</div>
<div class="col">
<div class="card">
<div class="card-body">
@ -24,9 +27,7 @@
</div>
</div>
</div>
<div class="col" *ngIf="(network$ | async) !== 'liquid'; else emptyBlock">
<ng-container *ngTemplateOutlet="difficultyEpoch"></ng-container>
</div>
</ng-template>
<ng-template #expanded>
<div class="col card-wrapper">