From 187bd12f5034f842a4700f5109f57f263baad51d Mon Sep 17 00:00:00 2001 From: Lex Lim Date: Sun, 10 Jul 2022 23:18:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83=E9=94=9A=E7=82=B9=E5=81=8F?= =?UTF-8?q?=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/ext.isekai.offcanvas-toc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ext.isekai.offcanvas-toc.js b/modules/ext.isekai.offcanvas-toc.js index a5d817f..c50297e 100644 --- a/modules/ext.isekai.offcanvas-toc.js +++ b/modules/ext.isekai.offcanvas-toc.js @@ -12,7 +12,7 @@ function getAnchorOffset() { if (mw.config.get('skin') === 'timeless' && $(window).width() > 850) { return 70; } else { - return 15; + return 20; } }