mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-09-11 03:08:42 -06:00
Minor Navigation Sidebar Style Changes
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user