chore: tweak

This commit is contained in:
pengzhanbo 2024-06-28 04:28:09 +08:00
parent 2f71b29ae9
commit 0decf2a651
2 changed files with 2 additions and 3 deletions

View File

@ -71,7 +71,6 @@ list:
link: https://github.com/pengzhanbo
avatar: https://github.com/pengzhanbo.png
desc: 即使慢,驰而不息,纵会落后,纵会失败,但必须能够到达他所向的目标。
groups:
-
title: 分组 1

View File

@ -47,7 +47,7 @@ const groups = computed(() => matter.value.groups || [])
<style scoped>
.vp-friends {
width: 100%;
padding-top: var(--vp-nav-height);
padding-top: calc(var(--vp-nav-height) + 32px);
padding-bottom: 5rem;
margin: 0 auto;
}
@ -99,7 +99,7 @@ const groups = computed(() => matter.value.groups || [])
@media (min-width: 960px) {
.vp-friends {
max-width: 784px;
padding-top: 0;
padding-top: 48px;
}
.vp-friends .title,