diff --git a/packages/frontend/src/pages/instance-info.vue b/packages/frontend/src/pages/instance-info.vue index cc15149086..da743d776c 100644 --- a/packages/frontend/src/pages/instance-info.vue +++ b/packages/frontend/src/pages/instance-info.vue @@ -79,6 +79,19 @@ SPDX-License-Identifier: AGPL-3.0-only + + {{ i18n.ts.wellKnownResources }} + + + + /.well-known/host-meta + /.well-known/host-meta.json + /.well-known/nodeinfo + /robots.txt + /manifest.json + + + {{ i18n.ts.moderationNote }} @@ -115,15 +128,6 @@ SPDX-License-Identifier: AGPL-3.0-only {{ i18n.ts.updateRemoteUser }} - - - {{ i18n.ts.wellKnownResources }} - host-meta - host-meta.json - nodeinfo - robots.txt - manifest.json - @@ -572,4 +576,9 @@ definePage(() => ({ opacity: 1.0; } } + +.linksList { + margin: 0; + padding-left: 1.5em; +}