Skip to content

Commit

Permalink
Fix docs table styles
Browse files Browse the repository at this point in the history
  • Loading branch information
fedealvarezcampos committed Nov 8, 2023
1 parent 31b8764 commit 3570808
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions docs/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,6 @@ table {
gap: 2px;
}

article .nextra-scrollbar {
padding-left: 10px;
}

.nextra-nav-container nav {
& > a {
padding: 0;
Expand Down
2 changes: 1 addition & 1 deletion docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const config: DocsThemeConfig = {
content={defaultMeta.description}
/>
<meta name="twitter:image" content={defaultMeta.ogImage} />
<meta property="og:title" content={asPath === "/" ? defaultMeta.title : (title + " | " + defaultMeta.title)} />
<meta property="og:title" content={defaultMeta.title} />
<meta
property="og:description"
content={defaultMeta.description}
Expand Down

1 comment on commit 3570808

@vercel
Copy link

@vercel vercel bot commented on 3570808 Nov 8, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.