This commit is contained in:
Van
2019-07-15 12:38:17 +08:00
parent 63ea9110d3
commit c23ba44a73
6 changed files with 45 additions and 14 deletions

File diff suppressed because one or more lines are too long

View File

@@ -19,7 +19,7 @@
* skin style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 0.1.1.0, Jul 13, 2019
* @version 0.2.0.0, Jul 15, 2019
*/
@import "../../../scss/reset";
@import "../../../scss/usite";
@@ -329,6 +329,11 @@ a {
opacity: .5;
transition: all .5s ease-out;
&--toc {
bottom: 54px;
display: none;
}
&--bottom {
transform: rotate(-180deg);
}
@@ -898,7 +903,15 @@ a {
}
.post__toc {
z-index: 230;
background: #fff;
left: 0 !important;
top: 0 !important;
width: 100%;
max-width: initial;
box-sizing: border-box;
display: none;
bottom: 0;
}
.articles {
@@ -934,4 +947,8 @@ a {
margin: 0 10px 10px 0;
}
}
.side__top--toc {
display: block;
}
}