diff --git a/Iceshrimp.Backend/Pages/Admin/Metadata.razor b/Iceshrimp.Backend/Pages/Admin/Metadata.razor
index b0d2570f..5ce4957e 100644
--- a/Iceshrimp.Backend/Pages/Admin/Metadata.razor
+++ b/Iceshrimp.Backend/Pages/Admin/Metadata.razor
@@ -5,7 +5,6 @@
@using Microsoft.AspNetCore.Components.Forms
@inherits AdminComponentBase
-
Here you can adjust basic instance metadata. It gets displayed to all users, including guests.
diff --git a/Iceshrimp.Backend/Pages/Admin/Overview.razor b/Iceshrimp.Backend/Pages/Admin/Overview.razor
index a44d3714..c35db4fa 100644
--- a/Iceshrimp.Backend/Pages/Admin/Overview.razor
+++ b/Iceshrimp.Backend/Pages/Admin/Overview.razor
@@ -4,20 +4,10 @@
@using Microsoft.EntityFrameworkCore
@inherits AdminComponentBase
-Overview - Admin - @(InstanceName ?? "Iceshrimp.NET")
-
-Admin Dashboard
-This interface is used to adjust parameters of this Iceshrimp.NET instance. Please pick a category below.
-
-
-
-
-
-
-
+
+This interface is used to adjust parameters of this Iceshrimp.NET instance.
@*
-- TODO: Improve styles, possibly add a navbar
- TODO: Remote user management
- TODO: More federation stats (e.g. # of activities sent/fetched, some basic queue stats)
- TODO: Move queue dashboard to blazor ssr
diff --git a/Iceshrimp.Backend/Pages/Admin/Plugins.razor b/Iceshrimp.Backend/Pages/Admin/Plugins.razor
index a2846650..398a9cbc 100644
--- a/Iceshrimp.Backend/Pages/Admin/Plugins.razor
+++ b/Iceshrimp.Backend/Pages/Admin/Plugins.razor
@@ -2,7 +2,6 @@
@using Iceshrimp.Backend.Components.Admin
@using Iceshrimp.Backend.Core.Helpers
@inherits AdminComponentBase
-
diff --git a/Iceshrimp.Backend/Pages/Admin/Relays.razor b/Iceshrimp.Backend/Pages/Admin/Relays.razor
index 6e5b8a97..f98ce422 100644
--- a/Iceshrimp.Backend/Pages/Admin/Relays.razor
+++ b/Iceshrimp.Backend/Pages/Admin/Relays.razor
@@ -9,7 +9,6 @@
@using Microsoft.Extensions.Options
@using Microsoft.AspNetCore.Components.Forms
@inherits AdminComponentBase
-
@if (!Options.Value.AcceptLdSignatures)
diff --git a/Iceshrimp.Backend/Pages/Admin/Users.razor b/Iceshrimp.Backend/Pages/Admin/Users.razor
index b11e0a01..15b0d6b1 100644
--- a/Iceshrimp.Backend/Pages/Admin/Users.razor
+++ b/Iceshrimp.Backend/Pages/Admin/Users.razor
@@ -5,7 +5,6 @@
@using Microsoft.EntityFrameworkCore
@using Microsoft.Extensions.Options
@inherits AdminComponentBase
-
diff --git a/Iceshrimp.Backend/Pages/Shared/RootComponent.razor b/Iceshrimp.Backend/Pages/Shared/RootComponent.razor
index 26d31796..3cf543ba 100644
--- a/Iceshrimp.Backend/Pages/Shared/RootComponent.razor
+++ b/Iceshrimp.Backend/Pages/Shared/RootComponent.razor
@@ -14,6 +14,7 @@
+
diff --git a/Iceshrimp.Backend/wwwroot/css/admin.css b/Iceshrimp.Backend/wwwroot/css/admin.css
index 48ea1a8f..c31ddbc3 100644
--- a/Iceshrimp.Backend/wwwroot/css/admin.css
+++ b/Iceshrimp.Backend/wwwroot/css/admin.css
@@ -13,4 +13,8 @@ p {
.width30 {
width: 30ch;
+}
+
+body {
+ margin-top: 60px;
}
\ No newline at end of file