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 + + + + + + @@ -115,15 +128,6 @@ SPDX-License-Identifier: AGPL-3.0-only {{ i18n.ts.updateRemoteUser }} - - - - 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; +}