mirror of
https://github.com/mempool/mempool.git
synced 2025-02-25 07:07:36 +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
|
@ -96,9 +96,11 @@
|
||||||
<div>
|
<div>
|
||||||
<app-fee-rate [fee]="tx.effectiveFeePerVsize" [unitStyle]="{ display: 'block', marginTop: '-0.5em'}"></app-fee-rate>
|
<app-fee-rate [fee]="tx.effectiveFeePerVsize" [unitStyle]="{ display: 'block', marginTop: '-0.5em'}"></app-fee-rate>
|
||||||
</div>
|
</div>
|
||||||
<div class="time accelerating">
|
@if (now - acceleratedAt > 60) {
|
||||||
<span i18n="transaction.audit.accelerated">Accelerated</span> <app-time *ngIf="acceleratedAt" kind="since" [time]="acceleratedAt"></app-time>
|
<div class="time" style="margin-top: -164px; font-style: italic;">
|
||||||
|
<app-time *ngIf="acceleratedAt" kind="since" [time]="acceleratedAt"></app-time>
|
||||||
</div>
|
</div>
|
||||||
|
}
|
||||||
} @else {
|
} @else {
|
||||||
<div style="margin-top: 36px;">
|
<div style="margin-top: 36px;">
|
||||||
<span class="skeleton-loader" style="max-width: 50px"></span>
|
<span class="skeleton-loader" style="max-width: 50px"></span>
|
||||||
|
|
|
@ -228,13 +228,6 @@
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
white-space: nowrap;
|
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