feat(plugin): add codesponsor plugin
This commit is contained in:
parent
44dc68c6b2
commit
46ac4c3fd2
5 changed files with 97 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue