feat(plugin): add codesponsor plugin

This commit is contained in:
qingwei.li 2017-09-20 08:57:19 +08:00
commit 46ac4c3fd2
5 changed files with 97 additions and 3 deletions

View file

@ -325,7 +325,7 @@ body.sticky {
/* main content */
.content {
padding-top: 20px;
padding-top: 60px;
position: absolute 0 0 0 $sidebar-width;
transition: left 250ms ease;
}
@ -471,6 +471,7 @@ body.close {
left: 0;
max-width: 100vw;
position: static;
padding-top: 20px;
transition: transform 250ms ease;
}