mirror of https://github.com/YunYouJun/valaxy
feat(valaxy-theme-yun): add padding to post card to reduce compactness
This commit is contained in:
parent
53050885d4
commit
cf16e633aa
|
@ -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"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue