Skip to content

Commit

Permalink
style: overview page
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Oct 27, 2023
1 parent 51c74b8 commit 5a985e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-beers-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rspress/theme-default': patch
---

fix: overpage style
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ export function DocLayout(props: DocLayoutProps) {
>
<div className="w-full">
{isOverviewPage ? (
<div className="rspress-doc">
<Overview content={docContent} />
</div>
<Overview content={docContent} />
) : (
<div>
<div className="rspress-doc">{docContent}</div>
Expand Down

0 comments on commit 5a985e5

Please sign in to comment.