From d60a814e1122e2cc484575081aaacd7c2a1f28a7 Mon Sep 17 00:00:00 2001 From: stateofkate0 <116920452+stateofkate0@users.noreply.github.com> Date: Mon, 7 Aug 2023 15:20:37 -0700 Subject: [PATCH] Fix: guide.scroll.io -> docs.scroll.xyz + rightsidebar margins Guide.scroll.io in footer -> https://docs.scroll.xyz + rightside bar margin changed according to Daniel preference: bottom marging slightly adjusted and top margin adjusted to match --- src/components/Footer/helper.tsx | 11 +++++++---- src/components/RightSidebar/RightSidebar.astro | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/components/Footer/helper.tsx b/src/components/Footer/helper.tsx index f90380f88..983aff784 100644 --- a/src/components/Footer/helper.tsx +++ b/src/components/Footer/helper.tsx @@ -6,9 +6,12 @@ const DiscordIcon: React.FC> = (props) => ( ) const GithubIcon: React.FC> = (props) => ( - - - + + + ) const YoutubeIcon: React.FC> = (props) => ( @@ -51,7 +54,7 @@ export const resourceList = [ }, { name: "User Guide", - href: "https://guide.scroll.io/", + href: "https://docs.scroll.xyz/", }, { name: "Press Kit", diff --git a/src/components/RightSidebar/RightSidebar.astro b/src/components/RightSidebar/RightSidebar.astro index 6b46c32f3..10663905c 100644 --- a/src/components/RightSidebar/RightSidebar.astro +++ b/src/components/RightSidebar/RightSidebar.astro @@ -36,7 +36,7 @@ const { content, githubEditUrl, headings, clientSideToc } = Astro.props @apply !mb-6; } .sidebar-nav-inner { - padding: 16px 20px 70px 4px; + padding: 20px 20px 20px 4px; overflow: auto; background: #fff8f3; border-radius: 1em;