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

@@ -21,18 +21,23 @@
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 2.3.0.0, Mar 22, 2019
* @version 2.4.0.0, Jul 17, 2019
*/
@import "../../../scss/toc";
@import "../../../scss/usite";
@import "vditor/src/assets/scss/classic";
.vditor-reset::-webkit-scrollbar {
display: none;
}
.user__sites {
position: absolute;
left: 10px;
right: 10px;
top: 27px;
text-align: center;
.user__site {
svg {
height: 20px;
@@ -642,11 +647,13 @@ article .abstract a:hover {
position: relative;
z-index: 12;
}
canvas {
position: absolute;
right: -54px;
top: 18px;
}
span {
transition: all 0.2s ease-out 0s;
cursor: pointer;