fix spinner alignment

This commit is contained in:
Matt Hill
2026-03-25 13:39:13 -06:00
parent 7e35ad57e7
commit cc89023bbd
2 changed files with 8 additions and 2 deletions

View File

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

View File

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