From 1e31b12caf74a59a3243bd495ded50b7a5f6a762 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Fri, 28 Jun 2024 03:13:38 +0800 Subject: [PATCH] chore: tweak --- theme/src/client/components/VPFriends.vue | 7 +++---- theme/src/client/components/VPFriendsGroup.vue | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/theme/src/client/components/VPFriends.vue b/theme/src/client/components/VPFriends.vue index a8c06690..42367419 100644 --- a/theme/src/client/components/VPFriends.vue +++ b/theme/src/client/components/VPFriends.vue @@ -53,8 +53,7 @@ const groups = computed(() => matter.value.groups || []) } .vp-friends .title { - padding-top: 3rem; - padding-left: 1rem; + padding: 32px 20px 0; margin-bottom: 2rem; font-size: 28px; font-weight: 700; @@ -64,7 +63,7 @@ const groups = computed(() => matter.value.groups || []) } .vp-friends .description { - padding-left: 1rem; + padding: 0 20px; margin-bottom: 16px; line-height: 28px; color: var(--vp-c-text-1); @@ -74,7 +73,7 @@ const groups = computed(() => matter.value.groups || []) .friends-list { display: grid; gap: 20px; - padding: 0 16px; + padding: 0 20px; margin-top: 48px; } diff --git a/theme/src/client/components/VPFriendsGroup.vue b/theme/src/client/components/VPFriendsGroup.vue index c8f0e81d..e80cfdbd 100644 --- a/theme/src/client/components/VPFriendsGroup.vue +++ b/theme/src/client/components/VPFriendsGroup.vue @@ -28,7 +28,7 @@ defineProps<{