From cc89023bbd4b154978e5b1729ee89442aa23689c Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Wed, 25 Mar 2026 13:39:13 -0600 Subject: [PATCH] fix spinner alignment --- .../routes/services/components/health-check.component.ts | 7 ++++++- .../ui/src/app/services/api/embassy-mock-api.service.ts | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/web/projects/ui/src/app/routes/portal/routes/services/components/health-check.component.ts b/web/projects/ui/src/app/routes/portal/routes/services/components/health-check.component.ts index a9fb82f7a..a4a8f45b5 100644 --- a/web/projects/ui/src/app/routes/portal/routes/services/components/health-check.component.ts +++ b/web/projects/ui/src/app/routes/portal/routes/services/components/health-check.component.ts @@ -27,10 +27,15 @@ import { TuiIcon, TuiLoader } from '@taiga-ui/core' styles: ` span { display: flex; - align-items: center; + align-items: start; gap: 0.5rem; } + tui-loader, + tui-icon { + flex-shrink: 0; + } + .name { width: 9.5rem; } diff --git a/web/projects/ui/src/app/services/api/embassy-mock-api.service.ts b/web/projects/ui/src/app/services/api/embassy-mock-api.service.ts index ac89c1dca..c82cf2e4e 100644 --- a/web/projects/ui/src/app/services/api/embassy-mock-api.service.ts +++ b/web/projects/ui/src/app/services/api/embassy-mock-api.service.ts @@ -1201,7 +1201,8 @@ export class MockApiService extends ApiService { 'chain-state': { name: 'Chain State', result: 'loading', - message: 'Bitcoin is syncing from genesis', + message: + 'Bitcoin is syncing from genesis. Downloading block headers and verifying chain integrity, please wait', }, 'p2p-interface': { name: 'P2P Interface',