valaxy-theme-yun 0.15.3 → 0.15.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25,7 +25,7 @@ const { icon, styles } = usePostProperty(props.post.type)
25
25
  class="cover object-cover object-center md:shadow"
26
26
  >
27
27
 
28
- <div class="flex flex-col items-center justify-center" :class="post.cover && 'h-54'" w="full">
28
+ <div class="flex flex-col items-center" :class="post.cover && 'h-54'" w="full">
29
29
  <AppLink
30
30
  class="post-title-link cursor-pointer"
31
31
  :to="post.path || ''"
@@ -70,7 +70,7 @@ const { icon, styles } = usePostProperty(props.post.type)
70
70
  </div>
71
71
 
72
72
  <div
73
- class="post-tags inline-flex" items="center"
73
+ class="post-tags inline-flex" items="center" gap="1"
74
74
  flex="wrap 1" justify="end" m="1"
75
75
  >
76
76
  <template v-if="post.tags">
@@ -8,7 +8,7 @@ defineProps<{
8
8
 
9
9
  <template>
10
10
  <router-link
11
- v-for="tag, i in tags" :key="i" :to="{ path: '/tags/', query: { tag } }" ml-1
11
+ v-for="tag, i in tags" :key="i" :to="{ path: '/tags/', query: { tag } }"
12
12
  class="transition post-tag inline-flex-center text-xs border-$va-c-divider hover:(text-blue-500 border-blue-500)"
13
13
  px-2 h="7"
14
14
  rounded-full
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valaxy-theme-yun",
3
- "version": "0.15.3",
3
+ "version": "0.15.4",
4
4
  "author": {
5
5
  "email": "me@yunyoujun.cn",
6
6
  "name": "YunYouJun",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/animejs": "^3.1.8",
27
- "valaxy": "0.15.3",
27
+ "valaxy": "0.15.4",
28
28
  "valaxy-addon-waline": "0.1.1"
29
29
  }
30
30
  }