Commit 9bac04be authored by Liyuan Li's avatar Liyuan Li

🐛 casper 文章页面改进

parent 44dd7433
......@@ -13,7 +13,7 @@
* skin style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 0.3.0.1, Feb 9, 2020
* @version 0.3.1.0, Apr 18, 2020
*/
@import "../../../scss/reset";
@import "../../../scss/usite";
......@@ -491,6 +491,7 @@ a {
left: 60px;
height: 99px;
width: 99px;
display: none;
}
}
}
......
......@@ -13,7 +13,7 @@
* @fileoverview util and every page should be used.
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 1.0.1.0, Apr 11, 2020
* @version 1.1.0.0, Apr 18, 2020
*/
import '../../../js/common'
......@@ -83,6 +83,7 @@ window.Skin = {
$('.article__top').css('top', 0)
} else {
$('.article__top').css('top', -61)
$('.article__share .item__qr').hide();
}
if ($('.article__toc li').length === 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment