diff --git a/web/source/settings/admin/federation/overview.js b/web/source/settings/admin/federation/overview.js index 3c1c6e891..b655423a4 100644 --- a/web/source/settings/admin/federation/overview.js +++ b/web/source/settings/admin/federation/overview.js @@ -63,10 +63,11 @@ module.exports = function InstanceOverview({ baseUrl }) {

Suspended instances

- +

Suspending a domain blocks all current and future accounts on that instance. Stored content will be removed, - and no more data is sent to the remote server. - + and no more data is sent to the remote server.
+ This extends to all subdomains as well, so blocking 'example.com' also includes 'social.example.com'. +

Suspend diff --git a/web/source/settings/style.css b/web/source/settings/style.css index 01dac14ed..e557e74c0 100644 --- a/web/source/settings/style.css +++ b/web/source/settings/style.css @@ -415,6 +415,10 @@ span.form-info { } .instance-list { + p { + margin-top: 0; + } + .filter { display: flex; gap: 0.5rem;