diff --git a/packages/frontend/src/pages/welcome.entrance.a.vue b/packages/frontend/src/pages/welcome.entrance.a.vue index f98fdbf0ff..f62a6461c5 100644 --- a/packages/frontend/src/pages/welcome.entrance.a.vue +++ b/packages/frontend/src/pages/welcome.entrance.a.vue @@ -33,7 +33,7 @@ -
+
{{ i18n.ts.letsLookAtTimeline }}
@@ -65,6 +65,7 @@ import MkTimeline from '@/components/MkTimeline.vue'; import { instanceName } from '@/config'; import * as os from '@/os'; import { i18n } from '@/i18n'; +import { instance } from '@/instance'; let meta = $ref(); let instances = $ref(); @@ -209,7 +210,6 @@ function exploreOtherServers() { border-radius: var(--radius); box-shadow: 0 12px 32px rgb(0 0 0 / 25%); text-align: center; - margin-bottom: 16px; > .icon { width: 85px; @@ -265,6 +265,7 @@ function exploreOtherServers() { border-radius: var(--radius); overflow: clip; box-shadow: 0 12px 32px rgb(0 0 0 / 25%); + margin-top: 16px; > .title { padding: 12px 16px;