valaxy-theme-yun 0.20.0-beta.11 → 0.20.0-beta.12

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.
@@ -38,7 +38,7 @@ watch(() => [yun.rightSidebar.isOpen, yun.size.isXl], async () => {
38
38
  overflow="auto"
39
39
  >
40
40
  <Transition name="fade" :delay="100">
41
- <div v-show="show" class="w-full" flex="~ col">
41
+ <div v-show="show" class="w-full" flex="~ col" pb-2>
42
42
  <template v-if="showToc">
43
43
  <h2
44
44
  m="t-6 b-2"
@@ -52,12 +52,12 @@ const { icon, styles } = usePostProperty(props.post.type)
52
52
  </div>
53
53
  <!-- <div m="b-5" /> -->
54
54
 
55
- <div v-if="post.excerpt" w="full" h="10" class="absolute bottom-0 bg-gradient-to-t from-$va-c-bg-light to-transparent z-1" />
55
+ <YunExcerptBottomGradient v-if="post.excerpt" />
56
56
 
57
57
  <a
58
58
  v-if="post.url"
59
59
  :href="post.url"
60
- class="post-link-btn shadow hover:shadow-md"
60
+ class="post-link-btn shadow hover:shadow-md z-2"
61
61
  rounded
62
62
  target="_blank"
63
63
  m="b-4"
@@ -0,0 +1,6 @@
1
+ <template>
2
+ <div
3
+ w="full" h="10"
4
+ class="absolute bottom-0 bg-gradient-to-t from-$va-c-bg-light to-transparent z-1"
5
+ />
6
+ </template>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "valaxy-theme-yun",
3
3
  "type": "module",
4
- "version": "0.20.0-beta.11",
4
+ "version": "0.20.0-beta.12",
5
5
  "author": {
6
6
  "email": "me@yunyoujun.cn",
7
7
  "name": "YunYouJun",