From a94a2976f6f25882f92f8f8a46469bc8b39e865a Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Mon, 6 Jul 2026 13:52:47 +0530 Subject: [PATCH] refactor(layout): improve layout consistency and styling across user and workspace settings - Updated section classes in UserSettingsLayoutShell and WorkspaceSettingsLayoutShell for better alignment. - Adjusted padding in LayoutDataProvider for improved spacing on team and automation pages. - Enhanced AllChatsSidebar layout by removing unnecessary height constraints for a more flexible design. --- .../dashboard/[workspace_id]/user-settings/layout-shell.tsx | 2 +- .../[workspace_id]/workspace-settings/layout-shell.tsx | 2 +- .../components/layout/providers/LayoutDataProvider.tsx | 2 +- .../components/layout/ui/sidebar/AllChatsSidebar.tsx | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/surfsense_web/app/dashboard/[workspace_id]/user-settings/layout-shell.tsx b/surfsense_web/app/dashboard/[workspace_id]/user-settings/layout-shell.tsx index 684b7d6f4..0e33a5be5 100644 --- a/surfsense_web/app/dashboard/[workspace_id]/user-settings/layout-shell.tsx +++ b/surfsense_web/app/dashboard/[workspace_id]/user-settings/layout-shell.tsx @@ -122,7 +122,7 @@ export function UserSettingsLayoutShell({ workspaceId, children }: UserSettingsL const hrefFor = (tab: UserSettingsTab) => `/dashboard/${workspaceId}/user-settings/${tab}`; return ( -
+

{t("title")}