vuepress-theme-uniapp-official 1.6.12 → 1.6.14

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": "vuepress-theme-uniapp-official",
3
- "version": "1.6.12",
3
+ "version": "1.6.14",
4
4
  "description": "uni-app official website theme for vuepress",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -35,18 +35,17 @@ $navbar-logo-height = $navbar-main-navbar-height - 2rem
35
35
  justify-content center
36
36
  align-items center
37
37
  .main-navbar-links
38
- width 55%
38
+ // width 55%
39
39
  display inline-block
40
40
  @media (min-width: 1080px) and (max-width: 1680px)
41
41
  &
42
42
  flex 1
43
- padding 0 300px
44
43
  show-after()
45
44
  opacity 1
46
45
  transform scaleX(1)
47
46
  .main-navbar-item
48
47
  display inline-block
49
- padding 0 3%
48
+ padding 0 15px
50
49
  position relative
51
50
  &.active a
52
51
  color $accentColor
@@ -7,5 +7,5 @@ $navbar-background-color = #f7f7f7
7
7
  $search-container-color = #f5f6f7
8
8
  $vuepress-toc-width = 14rem
9
9
  $vuepress-display-min-width = 1500px
10
- $MQMobile = 768px
10
+ $MQMobile = 1050px
11
11
  $DocSearch_MQMobile = 1400px