This commit is contained in:
Van
2019-07-17 22:12:56 +08:00
parent 1c3224f3de
commit d86f8340b5
40 changed files with 720 additions and 519 deletions

File diff suppressed because one or more lines are too long

View File

@@ -19,7 +19,7 @@
* skin neoease style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 2.1.0.0, Mar 22, 2019
* @version 2.2.0.0, Jul 17, 2019
*/
@import "../../../scss/toc";
@import "../../../scss/usite";
@@ -28,6 +28,7 @@
.user__site {
display: inline-block;
margin-right: 15px;
svg {
height: 20px;
width: 20px;
@@ -491,6 +492,7 @@ textarea, input {
font-size: 11px;
line-height: 16px;
margin: 12px 0;
&--article {
margin-top: 0;
}
@@ -498,6 +500,10 @@ textarea, input {
.vditor-reset--article {
padding-bottom: 12px;
&::-webkit-scrollbar {
display: none;
}
}
.article-element a {