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,