Skip to content

Commit

Permalink
doc: fix loading spinner style
Browse files Browse the repository at this point in the history
  • Loading branch information
imaegoo committed Aug 31, 2023
1 parent a80683c commit 7401aaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/.vitepress/theme/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,9 @@ const { Layout } = DefaultTheme
margin: 0 auto;
max-width: 1152px;
}
.twikoo .el-loading-spinner .circular {
margin-left: auto;
margin-right: auto;
}
</style>

0 comments on commit 7401aaf

Please sign in to comment.