@@ -94,8 +100,8 @@ defineProps({
}
}
-.public-page-layout-left img {
- margin-bottom: 20%;
+.public-page-layout-left .cloudron-avatar {
+ margin-bottom: 20px;
border-radius: 10px;
}
diff --git a/dashboard/src/components/SetupAccount.vue b/dashboard/src/components/SetupAccount.vue
index a58b933bf..5e10ce91f 100644
--- a/dashboard/src/components/SetupAccount.vue
+++ b/dashboard/src/components/SetupAccount.vue
@@ -104,13 +104,11 @@ onMounted(async () => {
-
+
-
{{ $t('setupAccount.welcomeTo') }}
-
{{ cloudronName }}
-
-
{{ $t('setupAccount.description') }}
+
{{ $t('setupAccount.welcomeTo') }}
+
{{ $t('setupAccount.description') }}
{{ formError.generic }}
@@ -151,24 +149,21 @@ onMounted(async () => {
-
{{ $t('setupAccount.welcomeTo') }}
-
{{ cloudronName }}
+
{{ $t('setupAccount.welcomeTo') }}
{{ $t('setupAccount.noUsername.title') }}
{{ $t('setupAccount.noUsername.description') }}
-
{{ $t('setupAccount.welcomeTo') }}
-
{{ cloudronName }}
+
{{ $t('setupAccount.welcomeTo') }}
{{ $t('setupAccount.invalidToken.title') }}
{{ $t('setupAccount.invalidToken.description') }}
-
{{ $t('setupAccount.welcomeTo') }}
-
{{ cloudronName }}
+
{{ $t('setupAccount.welcomeTo') }}
{{ $t('setupAccount.success.title') }}
diff --git a/dashboard/src/style.css b/dashboard/src/style.css
index eb3c6a555..c4d32336a 100644
--- a/dashboard/src/style.css
+++ b/dashboard/src/style.css
@@ -53,8 +53,15 @@ h1, h2, h3, h4, h5 {
font-weight: 400;
}
+h1 {
+ margin-top: 18px;
+ margin-bottom: 18px;
+}
+
h2 {
font-size: 24px;
+ margin-top: 18px;
+ margin-bottom: 18px;
}
a {
diff --git a/dashboard/src/views/LoginView.vue b/dashboard/src/views/LoginView.vue
index 61f28c54e..9853d88ad 100644
--- a/dashboard/src/views/LoginView.vue
+++ b/dashboard/src/views/LoginView.vue
@@ -89,11 +89,10 @@ onMounted(async () => {
-
+
-
{{ $t('login.loginTo') }}
-
{{ name }}
-
+
{{ $t('login.loginTo') }}
+
@@ -143,14 +142,14 @@ onMounted(async () => {