This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
* @fileoverview util and every page should be used.
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 0.2.0.0, Jan 30, 2019
|
||||
* @version 0.2.0.1, Mar 22, 2019
|
||||
*/
|
||||
|
||||
/**
|
||||
@@ -28,8 +28,8 @@
|
||||
*/
|
||||
var Skin = {
|
||||
initToc: function () {
|
||||
if ($('.b3-solo-list li').length > 0 && $(window).width() > 768) {
|
||||
$('.b3-solo-list').css({
|
||||
if ($('.article__toc li').length > 0 && $(window).width() > 768) {
|
||||
$('.article__toc').css({
|
||||
right: '50px',
|
||||
'border-right': '1px solid #fff',
|
||||
opacity: 1,
|
||||
|
2
Jane/js/common.min.js
vendored
2
Jane/js/common.min.js
vendored
@@ -1 +1 @@
|
||||
var Skin={initToc:function(){0<$(".b3-solo-list li").length&&768<$(window).width()?($(".b3-solo-list").css({right:"50px","border-right":"1px solid #fff",opacity:1}),$("#pjax.wrapper").css({"max-width":"968px","padding-right":"270px"})):$("#pjax.wrapper").removeAttr("style")},init:function(){Skin.initToc(),Util.initPjax(function(){$(".header a").each(function(){this.href===location.href?this.className="current vditor-tooltipped vditor-tooltipped__w":this.className="vditor-tooltipped vditor-tooltipped__w"}),Skin.initToc()}),$(".header a").each(function(){this.href===location.href&&(this.className="current vditor-tooltipped vditor-tooltipped__w")}).click(function(){$(".header a").removeClass("current"),this.className="current vditor-tooltipped vditor-tooltipped__w"})}};Skin.init();
|
||||
var Skin={initToc:function(){0<$(".article__toc li").length&&768<$(window).width()?($(".article__toc").css({right:"50px","border-right":"1px solid #fff",opacity:1}),$("#pjax.wrapper").css({"max-width":"968px","padding-right":"270px"})):$("#pjax.wrapper").removeAttr("style")},init:function(){Skin.initToc(),Util.initPjax(function(){$(".header a").each(function(){this.href===location.href?this.className="current vditor-tooltipped vditor-tooltipped__w":this.className="vditor-tooltipped vditor-tooltipped__w"}),Skin.initToc()}),$(".header a").each(function(){this.href===location.href&&(this.className="current vditor-tooltipped vditor-tooltipped__w")}).click(function(){$(".header a").removeClass("current"),this.className="current vditor-tooltipped vditor-tooltipped__w"})}};Skin.init();
|
Reference in New Issue
Block a user