mirror of
https://github.com/mempool/mempool.git
synced 2025-10-10 23:42:55 +02:00
[accelerator] minor tweak to dashboard recent
widget to align status
This commit is contained in:
@@ -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>
|
<h1 *ngIf="!widget" class="float-left" i18n="accelerator.accelerations">Accelerations</h1>
|
||||||
<div *ngIf="!widget && isLoading" class="spinner-border ml-3" role="status"></div>
|
<div *ngIf="!widget && isLoading" class="spinner-border ml-3" role="status"></div>
|
||||||
|
|
||||||
|
@@ -141,7 +141,7 @@ tr, td, th {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.fee {
|
.fee {
|
||||||
width: 30%;
|
width: 25%;
|
||||||
text-align: end !important;
|
text-align: end !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -153,7 +153,7 @@ tr, td, th {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.status {
|
.status {
|
||||||
width: 20%
|
width: 25%
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user