From c99f2abe10bcbb867884dab14f871d78b72fbd13 Mon Sep 17 00:00:00 2001 From: fahed Date: Tue, 31 Mar 2026 17:01:55 +0300 Subject: [PATCH] fix: center settings page to match dashboard layout Co-Authored-By: Claude Opus 4.6 (1M context) --- src/App.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/App.css b/src/App.css index c8ed3ca..66b502b 100644 --- a/src/App.css +++ b/src/App.css @@ -873,8 +873,9 @@ table tbody tr:hover { /* Settings page */ .settings-page { - padding: 24px; - max-width: 900px; + padding: 32px; + max-width: 1400px; + margin: 0 auto; } .settings-hint {