hexo-theme-particlex 2.7.1 → 2.7.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-particlex",
3
- "version": "2.7.1",
3
+ "version": "2.7.2",
4
4
  "description": "A concise Hexo theme, based on Particle.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "homepage": "https://github.com/theme-particlex/hexo-theme-particlex#readme",
23
23
  "dependencies": {
24
- "hexo-helper-crypto": "^1.1.3",
24
+ "hexo-helper-crypto": "^1.1.4",
25
25
  "hexo-renderer-ejs": "^2.0.0"
26
26
  },
27
27
  "scripts": {
@@ -88,12 +88,12 @@
88
88
  box-shadow: 0 0 20px #d9d9d980;
89
89
  display: flex;
90
90
  flex-direction: column;
91
- height: 60vh;
91
+ max-height: 80vh;
92
92
  justify-content: center;
93
93
  overflow: auto;
94
94
  position: sticky;
95
95
  text-align: center;
96
- top: 20vh;
96
+ top: 10vh;
97
97
  width: 300px;
98
98
  }
99
99
  #home-card #card-div {