[accelerator] minor tweak to dashboard recent widget to align status

This commit is contained in:
nymkappa
2025-08-12 17:01:54 +02:00
parent 8b2844c60c
commit b59b7f1d56
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> <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>

View File

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