Minor Navigation Sidebar Style Changes

This commit is contained in:
2025-09-08 02:33:37 -06:00
parent fb7b9739cc
commit 828dff182d

View File

@@ -61,8 +61,8 @@ function NavigationSidebar({ currentPage, onNavigate }) {
sx={{ sx={{
position: "absolute", position: "absolute",
left: 0, left: 0,
top: 6, top: 0,
bottom: 6, bottom: 0,
width: active ? 3 : 0, width: active ? 3 : 0,
bgcolor: "#58a6ff", bgcolor: "#58a6ff",
borderTopRightRadius: 2, borderTopRightRadius: 2,
@@ -128,9 +128,9 @@ function NavigationSidebar({ currentPage, onNavigate }) {
content: '""', content: '""',
position: "absolute", position: "absolute",
left: 0, left: 0,
top: 6, top: 0,
bottom: 6, bottom: 0,
width: groupActive ? 2 : 0, width: groupActive ? 3 : 0,
bgcolor: "#58a6ff", bgcolor: "#58a6ff",
borderTopRightRadius: 2, borderTopRightRadius: 2,
borderBottomRightRadius: 2, borderBottomRightRadius: 2,
@@ -172,9 +172,9 @@ function NavigationSidebar({ currentPage, onNavigate }) {
content: '""', content: '""',
position: "absolute", position: "absolute",
left: 0, left: 0,
top: 6, top: 0,
bottom: 6, bottom: 0,
width: groupActive ? 2 : 0, width: groupActive ? 3 : 0,
bgcolor: "#58a6ff", bgcolor: "#58a6ff",
borderTopRightRadius: 2, borderTopRightRadius: 2,
borderBottomRightRadius: 2, borderBottomRightRadius: 2,
@@ -217,9 +217,9 @@ function NavigationSidebar({ currentPage, onNavigate }) {
content: '""', content: '""',
position: "absolute", position: "absolute",
left: 0, left: 0,
top: 6, top: 0,
bottom: 6, bottom: 0,
width: groupActive ? 2 : 0, width: groupActive ? 3 : 0,
bgcolor: "#58a6ff", bgcolor: "#58a6ff",
borderTopRightRadius: 2, borderTopRightRadius: 2,
borderBottomRightRadius: 2, borderBottomRightRadius: 2,
@@ -265,9 +265,9 @@ function NavigationSidebar({ currentPage, onNavigate }) {
content: '""', content: '""',
position: "absolute", position: "absolute",
left: 0, left: 0,
top: 6, top: 0,
bottom: 6, bottom: 0,
width: groupActive ? 2 : 0, width: groupActive ? 3 : 0,
bgcolor: "#58a6ff", bgcolor: "#58a6ff",
borderTopRightRadius: 2, borderTopRightRadius: 2,
borderBottomRightRadius: 2, borderBottomRightRadius: 2,