From c9938aca350314ffb1e89c3fd07b8830fae520cf Mon Sep 17 00:00:00 2001 From: Kaushik Narayan R Date: Tue, 7 Jan 2025 22:49:10 -0700 Subject: [PATCH] styling, edge selection --- src/components/Navbar/Navbar.module.css | 1 + src/components/Navbar/index.tsx | 2 +- .../StyledNavLink/StyledNavLink.module.css | 3 +- src/index.css | 17 +++ src/pages/Graph/Graph.module.css | 5 + src/pages/Graph/index.tsx | 114 +++++++++++------- 6 files changed, 96 insertions(+), 46 deletions(-) diff --git a/src/components/Navbar/Navbar.module.css b/src/components/Navbar/Navbar.module.css index 8f2cb0b..53df895 100644 --- a/src/components/Navbar/Navbar.module.css +++ b/src/components/Navbar/Navbar.module.css @@ -4,6 +4,7 @@ flex-direction: column; align-items: center; justify-content: space-around; + gap: var(--mb-1); height: 100vh; width: 10vw; position: sticky; diff --git a/src/components/Navbar/index.tsx b/src/components/Navbar/index.tsx index 0c62a09..0199a75 100644 --- a/src/components/Navbar/index.tsx +++ b/src/components/Navbar/index.tsx @@ -9,7 +9,7 @@ const Navbar = () => { const auth = useContext(AuthContext); return ( -