+
@@ -436,9 +436,9 @@ function Shell() {
) : (
)}
-
+
-
+
@@ -453,8 +453,8 @@ function Shell() {
)}
-
-
+
+
diff --git a/admin-spa/src/components/PageHeader.tsx b/admin-spa/src/components/PageHeader.tsx
index e89fee5..aa767c2 100644
--- a/admin-spa/src/components/PageHeader.tsx
+++ b/admin-spa/src/components/PageHeader.tsx
@@ -17,11 +17,11 @@ export function PageHeader({ fullscreen = false }: PageHeaderProps) {
return (
-
-
-
);
diff --git a/admin-spa/src/routes/Settings/components/SettingsLayout.tsx b/admin-spa/src/routes/Settings/components/SettingsLayout.tsx
index 1cf53bb..b2208ce 100644
--- a/admin-spa/src/routes/Settings/components/SettingsLayout.tsx
+++ b/admin-spa/src/routes/Settings/components/SettingsLayout.tsx
@@ -63,14 +63,14 @@ export function SettingsLayout({
}, [title, onSave, isSaving, isLoading, saveLabel]);
return (
- {title}
+
+
+
- {action && {title}
{action}
}
+ {action && {action}
}
+
{/* Content */}
-
+
{!onSave && (
-
-
+
+
) : (
-
{title}
{description && ({description}
@@ -86,7 +86,7 @@ export function SettingsLayout({{children}
+ {children}
)}