@sugarat/theme 0.2.19 → 0.2.20

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sugarat/theme",
3
- "version": "0.2.19",
3
+ "version": "0.2.20",
4
4
  "description": "简约风的 Vitepress 博客主题,sugarat vitepress blog theme",
5
5
  "author": "sugar",
6
6
  "license": "MIT",
@@ -45,7 +45,7 @@
45
45
  "swiper": "^11.0.5",
46
46
  "vitepress-markdown-timeline": "^1.2.1",
47
47
  "vitepress-plugin-mermaid": "2.0.13",
48
- "vitepress-plugin-pagefind": "0.2.10",
48
+ "vitepress-plugin-pagefind": "0.2.11",
49
49
  "vitepress-plugin-rss": "0.2.1",
50
50
  "vitepress-plugin-tabs": "0.2.0"
51
51
  },
@@ -353,6 +353,9 @@ function handleSelect(target: any) {
353
353
  justify-content: center;
354
354
  padding: 6px;
355
355
  box-sizing: border-box;
356
+ border: 1px solid transparent;
357
+ border-radius: 6px;
358
+ transition: .2s border;
356
359
 
357
360
  .metaKey {
358
361
  margin-left: 10px;