From 72c06816fea8aacc22ddbdef6bef2d8dd43fb1e3 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sat, 21 Feb 2026 22:53:26 +0100 Subject: [PATCH] style: update layout of multiple pages to use consistent max-width and padding for improved responsiveness --- app/notifications/page.tsx | 4 ++-- app/org-settings/page.tsx | 4 ++-- app/settings/page.tsx | 2 +- app/sites/[id]/page.tsx | 2 +- app/sites/[id]/settings/page.tsx | 6 +++--- app/sites/new/page.tsx | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/notifications/page.tsx b/app/notifications/page.tsx index be979d5..33a0746 100644 --- a/app/notifications/page.tsx +++ b/app/notifications/page.tsx @@ -90,7 +90,7 @@ export default function NotificationsPage() { if (!user?.org_id) { return ( -
+

Switch to an organization to view notifications.

@@ -102,7 +102,7 @@ export default function NotificationsPage() { } return ( -
+
-
+
+
Loading...
}> diff --git a/app/settings/page.tsx b/app/settings/page.tsx index 012f348..f56e3d2 100644 --- a/app/settings/page.tsx +++ b/app/settings/page.tsx @@ -7,7 +7,7 @@ export const metadata = { export default function SettingsPage() { return ( -
+
) diff --git a/app/sites/[id]/page.tsx b/app/sites/[id]/page.tsx index d541511..eb5665d 100644 --- a/app/sites/[id]/page.tsx +++ b/app/sites/[id]/page.tsx @@ -221,7 +221,7 @@ export default function SiteDashboardPage() { if (!site) { return ( -
+

Site not found

) diff --git a/app/sites/[id]/settings/page.tsx b/app/sites/[id]/settings/page.tsx index 9270b83..723e8a2 100644 --- a/app/sites/[id]/settings/page.tsx +++ b/app/sites/[id]/settings/page.tsx @@ -323,15 +323,15 @@ export default function SiteSettingsPage() { if (!site) { return ( -
+

Site not found

) } return ( -
-
+
+

Site Settings

diff --git a/app/sites/new/page.tsx b/app/sites/new/page.tsx index 9d73e53..062d978 100644 --- a/app/sites/new/page.tsx +++ b/app/sites/new/page.tsx @@ -106,7 +106,7 @@ export default function NewSitePage() { // * Step 2: Framework picker + script (same as /welcome after adding first site) if (createdSite) { return ( -

+
@@ -172,7 +172,7 @@ export default function NewSitePage() { // * Step 1: Name & domain form return ( -
+

Create New Site