mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
fix spinner alignment
This commit is contained in:
@@ -27,10 +27,15 @@ import { TuiIcon, TuiLoader } from '@taiga-ui/core'
|
|||||||
styles: `
|
styles: `
|
||||||
span {
|
span {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: start;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tui-loader,
|
||||||
|
tui-icon {
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
width: 9.5rem;
|
width: 9.5rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1201,7 +1201,8 @@ export class MockApiService extends ApiService {
|
|||||||
'chain-state': {
|
'chain-state': {
|
||||||
name: 'Chain State',
|
name: 'Chain State',
|
||||||
result: 'loading',
|
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': {
|
'p2p-interface': {
|
||||||
name: 'P2P Interface',
|
name: 'P2P Interface',
|
||||||
|
|||||||
Reference in New Issue
Block a user