fix: Tweak top padding on TOC to always align with metadata

This commit is contained in:
Tom Moor
2024-06-14 21:30:52 -04:00
parent e733fd27e4
commit da9ea9f82c

View File

@@ -107,7 +107,7 @@ const Sticky = styled.div`
background: ${s("background")};
transition: ${s("backgroundTransition")};
margin-top: 80px;
margin-top: calc(50px + 6vh);
margin-right: 52px;
min-width: 204px;
width: 228px;