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:
mononaut 2025-08-12 17:09:37 +02:00 committed by GitHub
commit 6c1adc2eec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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%
}
}