mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Merge pull request #6009 from mempool/nymkappa/accel-dashboard-align
[accelerator] minor tweak to dashboard `recent` widget to align status
This commit is contained in:
commit
6c1adc2eec
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<div class="container-lg widget-container" [class.widget]="widget" [class.full-height]="!widget">
|
||||
<div class="container-lg widget-container p-0" [class.widget]="widget" [class.full-height]="!widget">
|
||||
<h1 *ngIf="!widget" class="float-left" i18n="accelerator.accelerations">Accelerations</h1>
|
||||
<div *ngIf="!widget && isLoading" class="spinner-border ml-3" role="status"></div>
|
||||
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@ tr, td, th {
|
|||
}
|
||||
|
||||
.fee {
|
||||
width: 30%;
|
||||
width: 25%;
|
||||
text-align: end !important;
|
||||
}
|
||||
|
||||
|
|
@ -153,7 +153,7 @@ tr, td, th {
|
|||
}
|
||||
|
||||
.status {
|
||||
width: 20%
|
||||
width: 25%
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue