diff --git a/src/components/CoreSyncStatus.tsx b/src/components/CoreSyncStatus.tsx
index 71f4bd3..79e22d2 100644
--- a/src/components/CoreSyncStatus.tsx
+++ b/src/components/CoreSyncStatus.tsx
@@ -122,29 +122,35 @@ export const CoreSyncStatus = () => {
}}
>
{t('core:core.information', { postProcess: 'capitalize' })}
+
{t('core:core.version', { postProcess: 'capitalize' })}:{' '}
{buildVersion}
+
{message}
+
{t('core:core.block_height', { postProcess: 'capitalize' })}:{' '}
{height || ''}
+
{t('core:core.peers', { postProcess: 'capitalize' })}:{' '}
{numberOfConnections || ''}
+
{t('auth:node.using_public', { postProcess: 'capitalize' })}:{' '}
{isUsingGateway?.toString()}
+
- {t('core:ui.version')}:{' '}
+ {t('core:ui.version', { postProcess: 'capitalize' })}:{' '}
{manifestData.version}
diff --git a/src/styles/CoreSyncStatus.css b/src/styles/CoreSyncStatus.css
index dbaf576..97b970b 100644
--- a/src/styles/CoreSyncStatus.css
+++ b/src/styles/CoreSyncStatus.css
@@ -15,8 +15,7 @@
box-sizing: border-box;
font-size: 13px;
font-weight: normal;
- max-width: 250px;
- min-width: 225px;
+ width: max-content;
opacity: 0;
padding: 10px 10px;
position: absolute;