This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
* skin style
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 0.1.0.1, Jan 2, 2019
|
||||
* @version 0.2.0.0, Jan 30, 2019
|
||||
*/
|
||||
@import "../../../scss/reset";
|
||||
@import "../../../scss/reset-content";
|
||||
@@ -76,7 +76,28 @@ a {
|
||||
}
|
||||
|
||||
.b3-solo-list {
|
||||
display: none;
|
||||
position: fixed;
|
||||
right: -200px;
|
||||
background-color: #2a2a2a;
|
||||
top: 0;
|
||||
margin: 0 !important;
|
||||
height: 100vh;
|
||||
overflow: auto;
|
||||
width: 200px;
|
||||
padding: 10px !important;
|
||||
box-sizing: border-box;
|
||||
transition: all 1s ease;
|
||||
opacity: 0;
|
||||
color: #fff;
|
||||
font-size: 14px !important;
|
||||
|
||||
a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
// header
|
||||
@@ -120,6 +141,7 @@ a {
|
||||
margin: 0 auto;
|
||||
padding: 0 70px 0 20px;
|
||||
box-sizing: border-box;
|
||||
transition: all 1s ease;
|
||||
}
|
||||
|
||||
// footer
|
||||
|
Reference in New Issue
Block a user