-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor toc, fix toc's styles on rtl, use ref.current
instead document.getElementsByClassName
#717
Conversation
…ument.getElementsByClassName`
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
🦋 Changeset detectedLatest commit: 8c376dc The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
<p className="mb-4 font-semibold tracking-tight">On This Page</p> | ||
<ul> | ||
<p className="mb-4 font-semibold tracking-tight">On This Page</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
p
should not be direct child of ul
setActiveAnchor = useSetActiveAnchor() | ||
setActiveAnchor ??= useSetActiveAnchor() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
set only 1 time
@media (prefers-contrast: more) { | ||
.nextra-nav-container-blur { | ||
box-shadow: 0 0 0 1px black; | ||
.dark & { | ||
box-shadow: 0 0 0 1px white; | ||
} | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moved in line 294
No description provided.