Compare commits

...
3 Commits
Author SHA1 Message Date
qingwei.li e737a42f75 chore: add changelog 4.6.7 2018-03-03 23:29:17 +08:00
qingwei.li a850b29545 [build] 4.6.7 2018-03-03 23:29:16 +08:00
qingwei.li aeb692ed6b fix: layout css, fixed #409 2018-03-03 23:28:33 +08:00
13 changed files with 23 additions and 13 deletions
+10
View File
@@ -1,3 +1,13 @@
<a name="4.6.7"></a>
## [4.6.7](https://github.com/QingWei-Li/docsify/compare/v4.6.6...v4.6.7) (2018-03-03)
### Bug Fixes
* layout css, fixed [#409](https://github.com/QingWei-Li/docsify/issues/409) ([aeb692e](https://github.com/QingWei-Li/docsify/commit/aeb692e))
<a name="4.6.6"></a>
## [4.6.6](https://github.com/QingWei-Li/docsify/compare/v4.6.5...v4.6.6) (2018-03-03)
+1 -1
View File
@@ -1,6 +1,6 @@
![logo](_media/icon.svg)
# docsify <small>4.6.6</small>
# docsify <small>4.6.7</small>
> A magical documentation site generator.
+1 -1
View File
@@ -4569,7 +4569,7 @@ initGlobalAPI();
/**
* Version
*/
Docsify.version = '4.6.6';
Docsify.version = '4.6.7';
/**
* Run Docsify
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "docsify",
"version": "4.6.6",
"version": "4.6.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "docsify",
"version": "4.6.6",
"version": "4.6.7",
"description": "A magical documentation generator.",
"author": {
"name": "qingwei-li",
+1 -1
View File
@@ -37,5 +37,5 @@
"integrity": "sha1-6DWIAbhrg7F1YNTjw4LXrvIQCUQ="
}
},
"version": "4.6.6"
"version": "4.6.7"
}
@@ -1,6 +1,6 @@
{
"name": "docsify-server-renderer",
"version": "4.6.6",
"version": "4.6.7",
"description": "docsify server renderer",
"author": {
"name": "qingwei-li",
+2 -2
View File
@@ -388,7 +388,7 @@ body.sticky
body.close
.sidebar
transform translateX(-$sidebar-width)
transform translateX(- $sidebar-width)
.sidebar-toggle
width auto
@@ -415,7 +415,7 @@ body.close
overflow-x hidden
.sidebar
left -$sidebar-width
left - $sidebar-width
transition transform 250ms ease-out
.content