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

This commit is contained in:
JasonXuDeveloper - 傑 2025-07-13 22:48:49 +10:00
parent 53050885d4
commit cf16e633aa
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ const postTitle = computed(() => {
loading="lazy" 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 <AppLink
class="post-title-link cursor-pointer" class="post-title-link cursor-pointer"
:to="post.path || ''" :to="post.path || ''"
@ -86,7 +86,7 @@ const postTitle = computed(() => {
<!-- always show --> <!-- always show -->
<div <div
w="full" class="yun-card-actions flex justify-between" w="full" class="yun-card-actions flex justify-between px-6"
min-h="10" min-h="10"
text="sm" text="sm"
> >