From a5618f6ee33a29395a344d8a4deeed2a5798e67c Mon Sep 17 00:00:00 2001 From: hamed <15238-genius.ha@users.noreply.drupalcode.org> Date: Tue, 14 Jul 2026 14:56:05 +0330 Subject: [PATCH] fix(subscription): remove double-centering gap beside main nav The page wrapped its grid in a second maxWidth:1180/margin:auto on top of the shell's already-centered .content (max-width 1480), leaving a ~150px gap between the settings menu and the main navigation. Make the page full-width so the settings sidebar sits flush against the main nav; trim the sidebar column to 248px to match the app nav width. Co-Authored-By: Claude Opus 4.8 --- assets/admin/pages/SubscriptionPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/admin/pages/SubscriptionPage.tsx b/assets/admin/pages/SubscriptionPage.tsx index 53ee41e8..bc0b43ee 100644 --- a/assets/admin/pages/SubscriptionPage.tsx +++ b/assets/admin/pages/SubscriptionPage.tsx @@ -116,8 +116,8 @@ export default function SubscriptionPage() { }; return ( -
-
+
+