👷 🐛 Add widgets content.

This commit is contained in:
凡梦星尘
2022-05-28 15:48:52 +08:00
parent ce6daa22b8
commit 035c908b33
9 changed files with 52 additions and 17 deletions

View File

@@ -3,22 +3,31 @@
border-bottom: 0;
position: fixed;
top: -10px;
transition: top .3s;
@include sidebar-toggle-position(true);
-moz-transition:top .3s;
-webkit-transition:top .3s;
-o-transition:top .3s;
@if not $github_banner_enable {
@include sidebar-toggle-position(true);
} @else {
left: 30px;
}
@include tablet-mobile() {
display: none;
}
&::before {
color: convert($bookmark_color);
color: $bookmark_color;
font-size: 32px;
line-height: 1;
@include font-family-icons('\f02e');
}
}
.book-mark-link:hover, .book-mark-link-fixed {
top: -2px;
&:hover {
top: 0px;
}
}
}