Van
2019-04-02 11:26:55 +08:00
parent dfc58496ed
commit 8ab115ac53
4 changed files with 34 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@@ -747,6 +747,13 @@ a {
.title {
display: none;
}
.toc {
display: block;
float: left;
line-height: 40px;
padding: 0 10px;
cursor: pointer;
}
}
&__share .item {
height: 40px;
@@ -807,4 +814,12 @@ a {
margin-bottom: 40px;
}
}
.post__toc {
left: 0;
background-color: #fff;
width: 100%;
top: 41px;
bottom: 0;
}
}