Merge pull request #5332 from hans-crypto/html-quickfix

Html quickfix
This commit is contained in:
softsimon 2024-07-13 17:38:10 +09:00 committed by GitHub
commit 832d16cf2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
</ng-template>
<ng-template #loading>
<div class="text-center mb-4" class="tx-skeleton">
<div class="tx-skeleton">
<ng-container *ngIf="(txsLoadingStatus$ | async) as txsLoadingStatus; else headerLoader">
<div class="header-bg box">
<div class="progress progress-dark" style="margin: 4px; height: 14px;">

View File

@ -338,7 +338,7 @@
<ngb-pagination class="pagination-container float-right" [disabled]="true" [collectionSize]="block.tx_count" [rotate]="true" [pageSize]="stateService.env.ITEMS_PER_PAGE" [maxSize]="paginationMaxSize" [boundaryLinks]="true" [ellipses]="false"></ngb-pagination>
</div>
<div class="clearfix"></div>
<div class="text-center mb-4" class="tx-skeleton">
<div class="tx-skeleton">
<div class="header-bg box">
<span class="skeleton-loader"></span>