fix #31
This commit is contained in:
parent
b4217f80d4
commit
0766e64b96
4 changed files with 37 additions and 41 deletions
|
|
@ -2,14 +2,14 @@
|
|||
position: fixed;
|
||||
bottom: 0;
|
||||
box-sizing: border-box;
|
||||
padding: 3px var(--unit--horizontal) 6px var(--unit--horizontal);
|
||||
|
||||
border-bottom: 0;
|
||||
}
|
||||
.main-footer--background {
|
||||
.open-nav-wrapper {
|
||||
border-top: 1px solid #eee;
|
||||
border-right: 1px solid #eee;
|
||||
background-color: #000;
|
||||
padding: 3px var(--unit--horizontal) 6px var(--unit--horizontal);
|
||||
}
|
||||
[data-template="home"] #main-footer {
|
||||
position: fixed;
|
||||
|
|
@ -43,4 +43,14 @@
|
|||
#main-footer button.open-nav {
|
||||
margin-bottom: var(--unit--vertical);
|
||||
}
|
||||
|
||||
[data-template="home"] #main-footer .open-nav-wrapper {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.open-nav-wrapper {
|
||||
padding: 0;
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -91,9 +91,6 @@ button.toggle.right::before {
|
|||
display: inline-block;
|
||||
margin-right: var(--unit--horizontal);
|
||||
}
|
||||
.page-cover .links li:last-child {
|
||||
margin-bottom: var(--unit--horizontal);
|
||||
}
|
||||
|
||||
[data-template="author"] .page-cover,
|
||||
[data-template="category"] .page-cover,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue