This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user