diff --git a/dashboard/src/components/PostInstallDialog.vue b/dashboard/src/components/PostInstallDialog.vue index c8fb4beb6..58bc6b611 100644 --- a/dashboard/src/components/PostInstallDialog.vue +++ b/dashboard/src/components/PostInstallDialog.vue @@ -38,8 +38,8 @@ defineExpose({
- {{ app.manifest.title }}
- {{ $t('app.appInfo.package') }} v{{ app.manifest.version }} +

{{ app.manifest.title }}

+ {{ $t('app.appInfo.package') }} v{{ app.manifest.version }}
{{ $t('app.docsAction') }}
@@ -72,6 +72,11 @@ defineExpose({ margin-left: 15px; } +.app-info-title > h2 { + margin-top: 0; + margin-bottom: 0; +} + .app-info-icon { width: 64px; height: 64px;