fix: Tweak top padding on TOC to always align with metadata
This commit is contained in:
@@ -107,7 +107,7 @@ const Sticky = styled.div`
|
|||||||
background: ${s("background")};
|
background: ${s("background")};
|
||||||
transition: ${s("backgroundTransition")};
|
transition: ${s("backgroundTransition")};
|
||||||
|
|
||||||
margin-top: 80px;
|
margin-top: calc(50px + 6vh);
|
||||||
margin-right: 52px;
|
margin-right: 52px;
|
||||||
min-width: 204px;
|
min-width: 204px;
|
||||||
width: 228px;
|
width: 228px;
|
||||||
|
|||||||
Reference in New Issue
Block a user