Compare commits

...

1 Commits

Author SHA1 Message Date
hunicus
b115214119
Show all mined transactions in acc widget 2024-07-11 22:28:11 +09:00
3 changed files with 9 additions and 5 deletions

View File

@ -20,7 +20,11 @@
min-height: auto;
}
}
.container-lg.widget-container {
@media (max-width: 500px) {
padding: 0;
}
}
.container {
max-width: 100%;
}
@ -90,7 +94,7 @@ tr, td, th {
.widget {
.txid {
width: 30%;
width: 35%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@ -137,7 +141,7 @@ tr, td, th {
}
.status {
width: 20%
width: 115px
}
}

View File

@ -137,4 +137,4 @@ export class AccelerationsListComponent implements OnInit, OnDestroy {
this.paramSubscription?.unsubscribe();
this.keyNavigationSubscription?.unsubscribe();
}
}
}

View File

@ -102,7 +102,7 @@
<span>&nbsp;</span>
<fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: 'text-top'; font-size: 13px; color: var(--title-fg)"></fa-icon>
</a>
<app-accelerations-list [attr.data-cy]="'recent-accelerations'" [widget]=true [accelerations$]="minedAccelerations$"></app-accelerations-list>
<app-accelerations-list [attr.data-cy]="'recent-accelerations'" [widget]=true [accelerations$]="accelerations$"></app-accelerations-list>
</div>
</div>
</div>