feat(valaxy-theme-yun): add padding to post card to reduce compactness (#570)

This commit is contained in:
JasonXuDeveloper - 傑 2025-07-13 23:25:51 +10:00 committed by GitHub
parent be4bf03e96
commit cd4157067a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ const postTitleClass = computed(() => {
loading="lazy"
>
<div class="flex flex-col items-center relative" :class="post.cover && 'h-54'" w="full">
<div class="flex flex-col items-center relative px-6" :class="post.cover && 'h-54'" w="full">
<AppLink
class="post-title-link cursor-pointer"
:to="post.path || ''"
@ -83,7 +83,7 @@ const postTitleClass = computed(() => {
<!-- always show -->
<div
w="full" class="yun-card-actions flex justify-between"
w="full" class="yun-card-actions flex justify-between px-6"
min-h="10"
text="sm"
>