From 828dff182d4e825f371051ef5487ee3dbfe733b4 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 8 Sep 2025 02:33:37 -0600 Subject: [PATCH] Minor Navigation Sidebar Style Changes --- Data/Server/WebUI/src/Navigation_Sidebar.jsx | 28 ++++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Data/Server/WebUI/src/Navigation_Sidebar.jsx b/Data/Server/WebUI/src/Navigation_Sidebar.jsx index a6aac80..c945a6a 100644 --- a/Data/Server/WebUI/src/Navigation_Sidebar.jsx +++ b/Data/Server/WebUI/src/Navigation_Sidebar.jsx @@ -61,8 +61,8 @@ function NavigationSidebar({ currentPage, onNavigate }) { sx={{ position: "absolute", left: 0, - top: 6, - bottom: 6, + top: 0, + bottom: 0, width: active ? 3 : 0, bgcolor: "#58a6ff", borderTopRightRadius: 2, @@ -128,9 +128,9 @@ function NavigationSidebar({ currentPage, onNavigate }) { content: '""', position: "absolute", left: 0, - top: 6, - bottom: 6, - width: groupActive ? 2 : 0, + top: 0, + bottom: 0, + width: groupActive ? 3 : 0, bgcolor: "#58a6ff", borderTopRightRadius: 2, borderBottomRightRadius: 2, @@ -172,9 +172,9 @@ function NavigationSidebar({ currentPage, onNavigate }) { content: '""', position: "absolute", left: 0, - top: 6, - bottom: 6, - width: groupActive ? 2 : 0, + top: 0, + bottom: 0, + width: groupActive ? 3 : 0, bgcolor: "#58a6ff", borderTopRightRadius: 2, borderBottomRightRadius: 2, @@ -217,9 +217,9 @@ function NavigationSidebar({ currentPage, onNavigate }) { content: '""', position: "absolute", left: 0, - top: 6, - bottom: 6, - width: groupActive ? 2 : 0, + top: 0, + bottom: 0, + width: groupActive ? 3 : 0, bgcolor: "#58a6ff", borderTopRightRadius: 2, borderBottomRightRadius: 2, @@ -265,9 +265,9 @@ function NavigationSidebar({ currentPage, onNavigate }) { content: '""', position: "absolute", left: 0, - top: 6, - bottom: 6, - width: groupActive ? 2 : 0, + top: 0, + bottom: 0, + width: groupActive ? 3 : 0, bgcolor: "#58a6ff", borderTopRightRadius: 2, borderBottomRightRadius: 2,