From 2099a5a283acd25558a91a18c6ab9b116db53b15 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Tue, 20 Feb 2024 20:59:53 -0500 Subject: [PATCH] Tighten sidebar navigation --- app/components/Sidebar/components/Section.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Sidebar/components/Section.ts b/app/components/Sidebar/components/Section.ts index 815b044aa..e18c4ac54 100644 --- a/app/components/Sidebar/components/Section.ts +++ b/app/components/Sidebar/components/Section.ts @@ -9,7 +9,7 @@ const Section = styled(Flex)` flex-shrink: 0; &:first-child { - margin-top: 20px; + margin-top: 12px; } &:empty {