Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 7.9k
Annex to #6138#6226
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
Uh oh!
There was an error while loading. Please reload this page.
Annex to #6138 #6226
Changes from all commits
91bbbda1d58c081dc8fe04c408c069ce466e22817c71db2eb1ac3febc35f7b3File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -31,7 +31,7 @@ export function SidebarButton({ | ||
| })}> | ||
| <button | ||
| className={cn( | ||
| 'p-2 pe-2 ps-5 w-full rounded-s-lg text-start hover:bg-gray-5 dark:hover:bg-gray-80 relative flex items-center justify-between', | ||
ContributorAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It was | ||
| 'p-2 pe-2 ps-5 w-full rounded-e-lg text-start hover:bg-gray-5 dark:hover:bg-gray-80 relative flex items-center justify-between', | ||
| { | ||
| 'p-2 text-base': level > 1, | ||
| 'text-link bg-highlight dark:bg-highlight-dark text-base font-bold hover:bg-highlight dark:hover:bg-highlight-dark hover:text-link dark:hover:text-link-dark': | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -58,7 +58,7 @@ export function SidebarLink({ | ||
| passHref | ||
| aria-current={selected ? 'page' : undefined} | ||
| className={cn( | ||
| 'p-2 pe-2 w-full rounded-none lg:rounded-s-2xl text-start hover:bg-gray-5 dark:hover:bg-gray-80 relative flex items-center justify-between', | ||
| 'p-2 pe-2 w-full rounded-none lg:rounded-e-2xl text-start hover:bg-gray-5 dark:hover:bg-gray-80 relative flex items-center justify-between', | ||
ContributorAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. was | ||
| { | ||
| 'text-sm ps-6': level > 0, | ||
| 'ps-5': level < 2, | ||
| @@ -78,7 +78,7 @@ export function SidebarLink({ | ||
| {canary && ( | ||
| <IconCanary | ||
| title="This feature is available in the latest Canary" | ||
| className="ml-2 text-gray-30 dark:text-gray-60 inline-block w-4 h-4 align-[-3px]" | ||
| className="ms-2 text-gray-30 dark:text-gray-60 inline-block w-4 h-4 align-[-3px]" | ||
ContributorAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. New component | ||
| /> | ||
| )} | ||
| </div> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -16,7 +16,7 @@ export const OpenInTypeScriptPlaygroundButton = (props: {content: string}) => { | ||
| target="_blank" | ||
| rel="noreferrer"> | ||
| <IconNewPage | ||
| className="inline ml-1 mr-1 relative top-[1px]" | ||
| className="inline mx-1 relative top-[1px]" | ||
ContributorAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. New component | ||
| width="1em" | ||
| height="1em" | ||
| /> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -35,13 +35,13 @@ function PageHeading({ | ||
| {canary && ( | ||
| <IconCanary | ||
| title="This feature is available in the latest Canary" | ||
| className="ml-4 mt-1 text-gray-50 dark:text-gray-40 inline-block w-6 h-6 align-[-1px]" | ||
| className="ms-4 mt-1 text-gray-50 dark:text-gray-40 inline-block w-6 h-6 align-[-1px]" | ||
ContributorAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. New component | ||
| /> | ||
| )} | ||
| {status ? <em>—{status}</em> : ''} | ||
| </H1> | ||
| {description && ( | ||
| <p className="mt-4 mb-6 dark:text-primary-dark text-xl text-gray-90 leading-large"> | ||
| <p className="mt-4 mb-6 dark:text-primary-dark text-xl text-primary leading-large"> | ||
ContributorAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Before #6138, there were two conflict classes | ||
| {description} | ||
| </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.
It was
top-0 left-0