Skip to content

Commit

Permalink
📝 docs(bot): Auto sync agents & plugin to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lobehubbot committed May 8, 2024
1 parent f853b4a commit 2630c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/layout/GlobalProvider/AppTheme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const useStyles = createStyles(({ css, token }) => ({
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
min-height: 100dvh;
max-height: 100dvh;
Expand Down
1 change: 1 addition & 0 deletions src/styles/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default ({ token }: { prefixCls: string; token: Theme }) => css`
height: 100%;
min-height: 100dvh;
max-height: 100dvh;
background: ${token.colorBgLayout};
}
Expand Down

0 comments on commit 2630c86

Please sign in to comment.