From 80a6b054781091e959a6962aa360525359c81dfa Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Tue, 7 Jul 2026 21:28:32 +0530 Subject: [PATCH] refactor(sidebar): enhance MobileSidebar and SidebarUserProfile UI - Updated MobileSidebar to include a right border for improved visual separation. - Modified SidebarUserProfile to add a relative positioning and a top border for better layout consistency. --- surfsense_web/components/layout/ui/sidebar/MobileSidebar.tsx | 2 +- .../components/layout/ui/sidebar/SidebarUserProfile.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/surfsense_web/components/layout/ui/sidebar/MobileSidebar.tsx b/surfsense_web/components/layout/ui/sidebar/MobileSidebar.tsx index 94fe2d413..1d02b56f4 100644 --- a/surfsense_web/components/layout/ui/sidebar/MobileSidebar.tsx +++ b/surfsense_web/components/layout/ui/sidebar/MobileSidebar.tsx @@ -176,7 +176,7 @@ export function MobileSidebar({ {/* Sidebar Content - right side */} -
+
+
{topContent} {showDownloadCta && (