User:Irukaza/common.js:修订间差异

大小无更改 、​ 2020年4月19日 (星期日)
[InPageEdit] 没有编辑摘要 (编辑自Special:Diff/40668)
imported>=海豚=
([InPageEdit] 没有编辑摘要 (编辑自Special:Diff/40668))
imported>=海豚=
([InPageEdit] 没有编辑摘要 (编辑自Special:Diff/40668))
第12行: 第12行:
      var tocAfter = toc.clone().addClass('toc-custom');
      var tocAfter = toc.clone().addClass('toc-custom');
toc.after( tocAfter ); 
toc.after( tocAfter ); 
tocAfter.css('marginRight', -Math.min(tocAfter.outerWidth(), 300));
tocAfter.css('marginRight', -Math.min(tocAfter.outerWidth(), 380));
    }
    }
});
});
匿名用户