Skip to content

Commit

Permalink
fix: adjust toc
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jun 25, 2023
1 parent 98837de commit e6241b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/(page-detail)/[slug]/Container.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const Container: Component = ({ children }) => {
return (
<div className="container m-auto mt-[120px] max-w-6xl px-2 md:px-6 lg:p-0">
<div className="container m-auto mt-[120px] max-w-5xl px-2 md:px-6 lg:p-0">
{children}
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion src/app/(page-detail)/[slug]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default async (props: NextPageParams<PageParams>) => {
{props.children}
</BottomToUpTransitionView>

<LayoutRightSideProvider className="relative hidden lg:block" />
<LayoutRightSideProvider className="absolute bottom-0 right-0 top-0 hidden translate-x-full lg:block" />
</div>
{isCN ? <NotSupport /> : <CommentRoot refId={data.id} />}
</Container>
Expand Down

1 comment on commit e6241b3

@vercel
Copy link

@vercel vercel bot commented on e6241b3 Jun 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

springtide – ./

springtide-git-main-innei.vercel.app
springtide.vercel.app
springtide-innei.vercel.app
innei.in

Please sign in to comment.