mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 22:58:30 +01:00
Revert "Add accelerated word to timeline"
This commit is contained in:
parent
c748e5cda9
commit
76e3053207
2 changed files with 5 additions and 10 deletions
|
@ -95,10 +95,12 @@
|
|||
} @else if (!tx.status.confirmed) {
|
||||
<div>
|
||||
<app-fee-rate [fee]="tx.effectiveFeePerVsize" [unitStyle]="{ display: 'block', marginTop: '-0.5em'}"></app-fee-rate>
|
||||
</div>
|
||||
<div class="time accelerating">
|
||||
<span i18n="transaction.audit.accelerated">Accelerated</span> <app-time *ngIf="acceleratedAt" kind="since" [time]="acceleratedAt"></app-time>
|
||||
</div>
|
||||
@if (now - acceleratedAt > 60) {
|
||||
<div class="time" style="margin-top: -164px; font-style: italic;">
|
||||
<app-time *ngIf="acceleratedAt" kind="since" [time]="acceleratedAt"></app-time>
|
||||
</div>
|
||||
}
|
||||
} @else {
|
||||
<div style="margin-top: 36px;">
|
||||
<span class="skeleton-loader" style="max-width: 50px"></span>
|
||||
|
|
|
@ -228,13 +228,6 @@
|
|||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
white-space: nowrap;
|
||||
&.accelerating {
|
||||
margin-top: -164px;
|
||||
font-style: italic;
|
||||
@media (max-width: 768px) {
|
||||
margin-left: -50px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue