From 9595997b933ada9ec2a6d4cd0b2420eb40b20db0 Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Thu, 29 May 2025 21:05:33 -0400 Subject: [PATCH] move well-known resources to a collapsible section --- packages/frontend/src/pages/instance-info.vue | 27 ++++++++++++------- 1 file changed, 18 insertions(+), 9 deletions(-) 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; +}